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:

>It worked!! :D, at least in C++, but not in C.
>
Excellent.

For C, the issue seems really the simple one that you noticed. In my
experiments here, appropriate encodings for single char, like ISO
8859-1, for example:

    http://en.wikipedia.org/wiki/ISO8859-1

work fine.

Otherwise, the case is closed... besides improving the documentation, oh
my... ;)

Paolo.


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