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

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -