This is the mail archive of the cygwin-developers mailing list for the Cygwin 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: Console codepage setting via chcp?


Corinna wrote:
> is it really
> desirable to allow UCS-2 values in UTF-8 strings?

I wouldn't think so. There are many software packages that handle
unicode using their own code (rather than relying totally on OS support)
such as ICU, XERCES-C, python, etc.  I imagine that these packages would
become very confused if given "UTF-8" strings that actually contained
some UCS-2 codes...

Now, maybe the answer is "Don't Do That" and "you should always use OS
routines".

--
Chuck


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