osx - Localizing applications on Mac OS -
i have application supposed work on both windows , mac , localized in portuguese, spanish , german. have ini file localized strings read from. ini file doesn't work same encoding files on both platforms. windows have have file in ansi format or else accented letters in localized strings messed , on mac same file should in western( mac os) encoding or else same result. there way can single file work on both platforms?
(1) there no such thing the ansi format. that's unfortunate term on windows means "the local codepage". in particular, means in europe interpretation of bytes 128-255 "ansi format" differ between countries. so, inclined argue won't work on first platform, let alone both.
the solution migrate unicode. works everywhere, characters, , number of character not depend on country or current date (see introduction of €).
Comments
Post a Comment