
23 Aug
2004
23 Aug
'04
6:22 p.m.
Loïc Joly wrote:
I don't know anything about i18n, but I believed that something like basic_string<SomeOtherCharacterSet> was the way to go.
Not if that implies a fixed character size, as that excludes encodings such as utf-8. (and besides the minimum character size for unicode becomes larger and larger, so even for fixed character size, wchar_t doesn't seem to be enough any more either). Regards, Stefan