Home | History | Annotate | only in /external/icu4c/stubdata/reduced_coll
Up to higher level directory
NameDateSize
add.txt13-Nov-2012287
coll/13-Nov-2012
README.txt13-Nov-2012478

README.txt

      1 To construct a revised data file, copy it to this directory, changing its
      2 name to icudt42l.dat, and then run the following command in this directory:
      3 
      4     icupkg --add add.txt icudt42l.dat
      5 
      6 Then copy the new data file back to its source location.
      7 
      8 Note: If you have built but not installed ICU on the Mac, you will need
      9 to do something like this to execute the command:
     10 
     11     ICU_SOURCE=/Users/danfuzz/down/icu/source
     12     DYLD_LIBRARY_PATH=$ICU_SOURCE/lib $ICU_SOURCE/bin/icupkg
     13