Converting Unicode to hex or U+XXXX form
Posted: Tue Jun 21, 2005 3:39 pm
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
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