FONTAINE
1.0
|
00001 // 00002 // PhagsPa.h 00003 // 00004 00005 #ifndef ORTHOGRAPHY_DATA 00006 #include "../OrthographyData.h" 00007 #endif 00008 00009 #ifndef PHAGSPA 00010 #define PHAGSPA 00011 00012 namespace PhagsPa{ 00013 00014 // 00015 // Unicode values 00016 // 00017 UINT32 values[]={ 00018 START_RANGE_PAIR, 00019 0xA840,0xA877, 00020 END_OF_DATA 00021 }; 00022 00023 // 00024 // Sample sentences 00025 // 00026 const char *sentences[]={ 00027 "ꡀ ꡁ ꡂ ᡃ ꡄ ꡅ ꡆ ꡇ", 00028 END_OF_DATA 00029 }; 00030 00031 00032 // 00033 // 00034 // 00035 OrthographyData data={ 00036 "Phags Pa", // Common name 00037 "", // Native name 00038 0xA840, // key 00039 values, 00040 "ꡀ ꡁ ꡂ ᡃ ꡄ ꡅ ꡆ ꡇ", // Sample characters 00041 sentences 00042 }; 00043 00044 const OrthographyData *pData = &data; 00045 00046 }; // end of namespace 00047 00048 #endif