C Programming for Unicode

2000-10-17 Thread SoHee Kim
Hi, I would like to modify existing C application so that it supports unicode. Does anybody know any references any samples that would help? Thanks. SoHee

Re: C Programming for Unicode

2000-10-17 Thread Helena Shih
nd at http://www.unicode.org/unicode/onlinedat/products.html. Some of them are commercial products and some not. - Original Message - From: "SoHee Kim" [EMAIL PROTECTED] To: "Unicode List" [EMAIL PROTECTED] Sent: Tuesday, October 17, 2000 1:54 PM Subject: C Programming for Un

Re: C Programming for Unicode

2000-10-17 Thread Jungshik Shin
On Tue, 17 Oct 2000, Helena Shih wrote: There are a few options, depending what you mean by "supports unicode". If all you care about the code page conversion so your program can process Unicode code points, glibc is freely available on many platforms, http://www.gnu.org. I'm afraid this

Re: C Programming for Unicode

2000-10-17 Thread Helena Shih
My apology, I didn't realize glibc also supports Unicode collation algorithm. If so, yes, my statement underestimated the support in glibc quite a bit. Sorry. - Original Message - I'm afraid this is a little bit of understatement fow what glibc can do (among other things, glibc can

RE: C Programming for Unicode

2000-10-17 Thread Carl W. Brown
see examples of the C API. Carl -Original Message- From: SoHee Kim [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 17, 2000 1:54 PM To: Unicode List Subject: C Programming for Unicode Hi, I would like to modify existing C application so that it supports unicode. Does anybody know