I am using XeTeX to encode Opentype fonts. One of the feature of opentype font is availability of Private Use Area.
Generally, Private Use Area in most cases contains different variants of same characters and different ligatures. It also contains characters that has not been defined by Unicode. This Private Use Area comes in great application when encoding many Indic Texts(Sanskrit and others), which have many variants of same text and many more text left to be encoded by Unicode. So, font provider supply those characters in Private Use Area.
Question: How do I access Private Use Area by using fontspec in XeTeX ? Yes! I check the manual of fontspec but didn't seem to find this ?
Any help would be appreciated.
