Strings, Localization, Unicode and UTF

Jul 3, 2015 at 10:50pm
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 Jul 4, 2015 at 1:20am
Jul 5, 2015 at 7:44am
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?
Jul 8, 2015 at 10:35am
It would take a lot of time to completedly learn all those i guess.
Last edited on Jul 8, 2015 at 12:20pm
Topic archived. No new replies allowed.