Unicode drives me crazy - need help

2002-07-24 Thread Rudy Rustam
Hi, I'm trying to convert some Chinese character to Hex code. Example: 三 (Three) = 4E09 I am using ColdFusion MX, How am I supposed to do that? Thanks in advance - Rudy __ Structure your ColdFusion code with Fusebox. G

Re: Unicode drives me crazy - need help

2002-07-24 Thread Paul Hastings
> I'm trying to convert some Chinese character to Hex code. > Example: 三 (Three) = 4E09 what was the original encoding? what do you mean by HEX, some unicode transform? --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.375

RE: Unicode drives me crazy - need help

2002-07-24 Thread Rudy Rustam
>From Form post, take input of Chinese character (GB2312 or Big5) And then convert them to UTF-16 -Original Message- From: Paul Hastings [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 5:34 PM To: CF-Talk Subject: Re: Unicode drives me crazy - need help > I'

Re: Unicode drives me crazy - need help

2002-07-24 Thread Paul Hastings
> From Form post, take input of Chinese character (GB2312 or Big5) > > And then convert them to UTF-16 sorry got distracted 1) if you can use ucs-2 (utf-16 is often referred to as extended ucs-2) just dump your data into a suitable db. 2) cffile now has a encoding option & supposedly supports