From: Marco Cimarosti (marco.cimarosti@essetre.it)
Date: Tue Mar 04 2003 - 04:44:46 EST
David Oftedal wrote:
> [...] I need a program to convert UTF-8 to hex sequences.
> [...]
> For example, a file with the content æøå would yield the
> output "0x00E6 0X00F8 0X00E5", and the Japanese
> expression あの人 would yield "0x3042 0x306E 0x4EBA".
SC Unipad, an Unicode editor, can do this for you:
Unipad use the Java-like format "\u3042", but you can then substitute every
instance of "\u" with "0x".
_ Marco
This archive was generated by hypermail 2.1.5 : Tue Mar 04 2003 - 05:24:50 EST