This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Localization: example from document page doesn't work for latin characters ?


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]