On Thu, 2008-11-20 at 01:38 +0900, Jeongkyu Kim wrote: > For instance, MS Word 6.0 and 95 format filters > are almost useless and even dangerous for Korean users (unless we > implement application-level character set handling).
It might be worth seeing if you can improve the handling of Korean text on ww6/ww95 export. See getScriptClass in writerwordglue.cxx which maps character ranges to 8bit encodings for best-pick on export to 8 bit ww6 and ww95 formats. GetPseudoCharRuns uses that to create sections of text that share the same properties and character encoding and they get written out with SwWW8Writer::OutSwString using the encoding guessed with getScriptClass. Some tweaking around getScriptClass might improve the situation. C. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
