Hello!
Sorry to make this a mass spam, but I need a program to convert UTF-8 to
hex sequences. This is useful for embedding text in non-UTF web pages,
but also for creating a Yudit keymap file, which I'm doing at the moment.
For example, a file with the content æøå would yield the output "0x00E6
0X00F8 0X00E5", and the Japanese expression あの人 would yield "0x3042
0x306E 0x4EBA".
Can anyone tell me how to do it without making a program for it myself?
It would be VERY helpful, and I've already made 2 programs for
assembling this file and I'm not starting on another just yet.
Best regards
David J. Oftedal
- Re: Need program to convert UTF-8 -> Hex sequence... David Oftedal
- Re: Need program to convert UTF-8 -> Hex seq... Dan Kogai
- Re: Need program to convert UTF-8 -> Hex seq... Yung-Fong Tang
- RE: Need program to convert UTF-8 -> Hex seq... Alan Wood
- RE: Need program to convert UTF-8 -> Hex seq... Marco Cimarosti
- Re: Need program to convert UTF-8 -> Hex seq... David Oftedal
- Re: Need program to convert UTF-8 -> Hex... Miikka-Markus Alhonen
- Re: Need program to convert UTF-8 -> Hex... Doug Ewell
- RE: Need program to convert UTF-8 -> Hex seq... Marco Cimarosti
- OT: Using sed to replace only 1st instance? David Oftedal

