Based on my review of the Unicode standard, there are some Unicode
characters for which I cannot find any glyph mappings, especially for
the Pashto language since it uses many unique character glyphs.
For the Windows CE device to properly display the Arabic characters, I
have used and supplemented some code that I was pointed to by
Microsoft. However, that code contained a very limited Arabic
character set. I have supplemented this significantly to increase
coverage, but there are still some for which I cannot find the glyphs.
The below is an example of the glyph mapping for the letter SEEN
(Unicode character 0633).
{0x633, 0xFEB3, 0xFEB4, 0xFEB2, 0xFEB1}
1st Hex set: The Unicode Character
2nd Hex Set: the Initial Glyph
3rd Hex Set: the Medial Glyph
4th Hex Set: the End Glyph
5th Hex Set: the Isolated Glyph
Those that I cannot find that relate to Pashto are listed below. Any
help you can provide in mapping these is greatly appreciated!!!!
{0x067c, 0xFE, 0xFE, 0xFE, 0xFE}
{0x0681, 0xFE, 0xFE, 0xFE, 0xFE}
{0x0682, 0xFE, 0xFE, 0xFE, 0xFE}
{0x0685, 0xFE, 0xFE, 0xFE, 0xFE}
{0x0689, 0xFE, 0xFE, 0xFE, 0xFE}
{0x0693, 0xFE, 0xFE, 0xFE, 0xFE}
{0x0696, 0xFE, 0xFE, 0xFE, 0xFE}
{0x069a, 0xFE, 0xFE, 0xFE, 0xFE}
{0x06ab, 0xFE, 0xFE, 0xFE, 0xFE}
{0x06bc, 0xFE, 0xFE, 0xFE, 0xFE}
{0x06cd, 0xFE, 0xFE, 0xFE, 0xFE} |