How to include different Character Sets in Flex AIR project
hi all,
flex, air(desktop) project.
problem scenario:
my application needs path windows registry, launching .cmd file using native process api.
as result text file path.
so, works fine(reading/writing), if path contains different languages korean, chinese reading operation failed when install application. it works fine while debugging.
(by failing mean not getting characters, printing junk values.)
i using readmultibyte & writemultibyte apis, , assiging character set dynamically per os language. (which enslish in current scenario)
finding:
i installed windows korean language on system, if build .exe on machine works fine. so, guess not able korean character set english os, thats why failed in earlier case.
is there way include different character sets in flex project?
regards,
mayank
More discussions in ActionScript 3
adobe
Comments
Post a Comment