Strings, Localization, Unicode and UTF

Hi

We store chars and strings which is easy.

But when it comes to localization, unicode, UTF, and strings. It is not that easy. From a programmers perspective, how can one succesfully write a program that can handle localizations and all those complex unicode characters?

So, is there any guidearticle(s) or video(s) that you know and what is your suggestion for the roadmap to learn all these, from a programmers perspective.
Last edited on
I have not done this personally: so don't ask me how. But from what I understand a common method is to "externalize strings" so that you can localize each dialectic in individual files, verses handling all your localization logic inline.

google search below

https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=string+externalization+c%2B%2B

maybe someone else can chime in with a simple example?
It would take a lot of time to completedly learn all those i guess.
Last edited on
Topic archived. No new replies allowed.