-2

Merging would be ideal. A standalone .dat file would be ok, but will it automatically get picked up?

If it gets picked up, what should I set ICU_DATA_DIR to?

ildjarn
  • 62,044
  • 9
  • 127
  • 211
tofutim
  • 22,664
  • 20
  • 87
  • 148

2 Answers2

1

The substitute .dat should be placed in icu\source\data\in

tofutim
  • 22,664
  • 20
  • 87
  • 148
1
  • You can't merge into a DLL.
  • You can rebuild a DLL, by replacing the data file you noted in icu\source\data\in\
  • If you set environment variable ICU_DATA or preprocessor ICU_DATA_DIR or u_setDataDirectory() then give the full path to the icudt*.dat file. more info
Steven R. Loomis
  • 4,228
  • 28
  • 39
  • What is the mechanism by which the DLL is rebuilt? – tofutim Feb 04 '12 at 19:17
  • 1
    @tofutim you can just rebuild the project, or the makedata project – Steven R. Loomis Feb 10 '12 at 17:36
  • Can you help me with http://stackoverflow.com/questions/9218640/compiling-icu-using-arm-linux-androideabi-4-4-3, also see http://stackoverflow.com/questions/4168962/icu-library-in-android-ndk/9224077#9224077 – tofutim Feb 10 '12 at 18:17