$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Stefan Seefeld (seefeld_at_[hidden])
Date: 2004-08-23 13:22:13
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