RE: UCS-2 to UTF-8 hex values

2001-09-19 Thread Hietaniemi Jarkko (NRC/Boston)
CP UCS = 2E 002E 2F 002F 30 0030 ... Has anyone written or found a script which takes 4 digit hex representation of UCS-2 as (or similar to) the above which outputs the UTF-8 value equivalent in the same hex format? Assuming I parsed your

Re: UCS-2 to UTF-8 hex values

2001-09-19 Thread David Starner
On Wed, Sep 19, 2001 at 03:56:45PM +0100, Damien Donlon - Sun Microsystems Ireland - Solaris Software - Software Engineer wrote: Hi All, I have a file containing some character mappings to UCS-2 (iso 10646-1) both represented in hex e.g : CP UCS = 2E 002E 2F

Re: UCS-2 to UTF-8 hex values

2001-09-19 Thread Markus Scherer
I have written some time ago a little C program that generates such a list for all of Unicode, not just the UCS-2 subset. It uses macros from a few ICU header files, but does not need the compiled ICU library. On Unixes, you may need to runConfigure, but on Windows it will work out of the