This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Localization: example from document page doesn't work for latin characters ?
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Jan Pfeifer <pfjan at yahoo dot com dot br>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Sun, 11 Dec 2005 15:11:31 +0100
- Subject: Re: Localization: example from document page doesn't work for latin characters ?
- References: <439C24BD.5060405@yahoo.com.br>
Jan Pfeifer wrote:
>Am I missing something, or is there something missing in the library ?
>
>
Well, I don't have ready at hand the locale at issue, sorry, but in such
cases, for debugging purposes I would recommend preparing first a simple
pure C equivalent (that is, using just setlocale & toupper / tolower)
and see what happens. Consider that for such facilities the C++ library
is mostly calling into the underlying libc facilities and skipping some
steps often makes the issue much simpler to understand.
Paolo.