Go to the documentation of this file.00001
00002
00003
00004
00005 #ifndef ORTHOGRAPHY_DATA
00006 #include "../OrthographyData.h"
00007 #endif
00008
00009 #ifndef HANUNOO
00010 #define HANUNOO
00011
00012 namespace Hanunoo{
00013
00014
00015
00016
00017 UINT32 values[]={
00018
00019 0x1720,
00020 0x1721,
00021 0x1722,
00022
00023 0x1723,
00024 0x1724,
00025 0x1725,
00026 0x1726,
00027 0x1727,
00028 0x1728,
00029 0x1729,
00030 0x172A,
00031 0x172B,
00032 0x172C,
00033 0x172D,
00034 0x172E,
00035 0x172F,
00036 0x1730,
00037 0x1731,
00038
00039 0x1732,
00040 0x1733,
00041
00042 0x1734,
00043 END_OF_DATA
00044 };
00045
00046
00047
00048
00049 const char *sentences[]={
00050 "ᜣ ᜤ ᜥ ᜦ ᜧ ᜨ ᜩ ᜪ",
00051 END_OF_DATA
00052 };
00053
00054
00055
00056
00057
00058 OrthographyData data={
00059 "Hanunó'o",
00060 "",
00061 0x1723,
00062 values,
00063 "ᜣ ᜤ ᜥ ᜦ ᜧ ᜨ ᜩ ᜪ",
00064 sentences
00065 };
00066
00067 const OrthographyData *pData = &data;
00068
00069 };
00070
00071 #endif