I'm not sure what you need this for, but if you need to determine this programmatically, I'd suggest using ICU. Each charset converter in ICU will return a UnicodeSet containing exactly the characters that it converts (round-trip). ICU ships with a stock set of charset converters, but you can add some 500 additional optional ones available on the ICU site.
Mark __________________________________ http://www.macchiato.com â ààààààààààààààààààààà â ----- Original Message ----- From: "Paramdeep Ahuja" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thu, 2004 Jan 15 01:04 Subject: Determine the Code Page of a UniChar > > Hi, > > I am looking for a way to determine the Code Page of a char, on both Mac and > Win, if we know the Unicode value of the character. Can anyone help me out > there?? > > thnx > Paramdeep > > > > >

