tags:

views:

41

answers:

2

In WebKit, it use ICU, but I don't have enough space to contain icudt42.dll. the size of icudt42.dll is about 10.4MB,but I only need Chinese language, Russian language and English language,so how can I make the icudt.dll smaller?

A: 

Get the source code, trim it out, recompile it?

PhiLho
+2  A: 

You can use the data customizer as a nice GUI to create a customized .dat file, from which you can then build the DLL. See the userguide on packaging ICU.

Steven R. Loomis
It works,Thanks!
xufan