Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: How to dump used Unicode Private Area characters into file?  (Read 2151 times)

0 Members and 1 Guest are viewing this topic.

MIRKOSOFT

    Topic Starter


    Hopeful

    Thanked: 2
    How to dump used Unicode Private Area characters into file?
    « on: December 17, 2018, 11:29:17 PM »
    Hi!

    I need to dump selected range of Unicode Private Use Area characters of selected font to single text file encoded in Unicode.
    I was searching web but nothing found.
    I need it in two formats:
    {character}{character}... etc.
    and
    {U+$$$$}{character}

    I mean anything like this:

    {character} is @ - so @ABC... etc.
    and
    {U+hexadecimal_value}{character} is {U+E000}@

    Is any way to do it?

    Thank you for each suggestion.
    Miro