Converting Unicode to hex or U+XXXX form

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Converting Unicode to hex or U+XXXX form

Post 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
Post Reply