D
DeMarcus
Hi,
Let's say you have an application and suddenly you want to support
Japanese! How do you deal with that? Do you have to swap out all char
for wchar_t in the whole application?
I tried to read the section about internationalization in Josuttis' book
but he just skims on top of it.
Do you have experience with converting an application or can you
recommend links or books where they go into detail about it? As
mentioned, I'm especially interested in how to deal with the
char/wchar_t conversion.
Thanks,
Daniel
Let's say you have an application and suddenly you want to support
Japanese! How do you deal with that? Do you have to swap out all char
for wchar_t in the whole application?
I tried to read the section about internationalization in Josuttis' book
but he just skims on top of it.
Do you have experience with converting an application or can you
recommend links or books where they go into detail about it? As
mentioned, I'm especially interested in how to deal with the
char/wchar_t conversion.
Thanks,
Daniel