help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to use 'UCS-2' encoding in g++?


From: Pedro Lamarão
Subject: Re: How to use 'UCS-2' encoding in g++?
Date: 2 May 2007 07:37:22 -0700
User-agent: G2/1.0

On 29 abr, 05:03, Dancefire <Dancef...@gmail.com> wrote:

> 3. What and Why the difference of support for encoding between g++'s
> "std::locale" and libiconv?

The locales installed in your system are not of g++'s resposibility.
If a particular locale is not present, g++ has nothing to do with it.

libiconv itself has nothing to do with any of this: it is a library
for character code conversions.

--
 Pedro Lamarão



reply via email to

[Prev in Thread] Current Thread [Next in Thread]