Page 1 of 1

Converting Unicode to hex or U+XXXX form

Posted: Tue Jun 21, 2005 3:39 pm
by DataMystic Support
This is easily achived using the following steps:

Filters\Email\Hex Encode

to convert the file to hex.

To add the U+, use a perl pattern search for:

([0-9a-f]{4})

Replace with

U+$1