c++ - Supporting Polish language without compiling with unicode character set -
i have legacy c++ application not compiled unicode character set. application able support european languages such german, portuguese etc. there requirement support polish language. understanding these characters wont fit in ascii character range , there no way support other migrating application use unicode character sets. understanding correct? there alternatives?
german won't fit in ascii either (and suspect same applies portugese.). suspect you're using cp1252. polish windows install running cp1250 instead. gives missing characters.
Comments
Post a Comment