Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef ORTHOGRAPHY_DATA
00016 #include "../OrthographyData.h"
00017 #endif
00018
00019 #ifndef DUTCH
00020 #define DUTCH
00021
00022 namespace Dutch{
00023
00024
00025
00026
00027 UINT32 values[]={
00028 0x00C1,
00029 0x00E1,
00030 0x00C2,
00031 0x00E2,
00032 0x00C8,
00033 0x00E8,
00034 0x00C9,
00035 0x00E9,
00036 0x00CA,
00037 0x00EA,
00038 0x00CB,
00039 0x00EB,
00040 0x00CD,
00041 0x00ED,
00042 0x00CF,
00043 0x00EF,
00044 0x0132,
00045 0x0133,
00046 0x00D3,
00047 0x00F3,
00048 0x00D4,
00049 0x00F4,
00050 0x00D6,
00051 0x00F6,
00052 0x00DA,
00053 0x00FA,
00054 0x00DB,
00055 0x00FB,
00056 0x00C4,
00057 0x00E4,
00058 0x00DC,
00059 0x00FC,
00060 END_OF_DATA
00061 };
00062
00063
00064
00065
00066 const char *sentences[]={
00067 "De export blijvt qua omvang typisch zwak.",
00068 "Catz' elixer bij Aquavit gemengd: je proeft whiskey!",
00069 END_OF_DATA
00070 };
00071
00072
00073
00074
00075
00076 OrthographyData data={
00077 "Dutch",
00078 "Nederlands",
00079 0x0132,
00080 values,
00081 "ÁáËëIJijÛû",
00082 sentences
00083 };
00084
00085 const OrthographyData *pData = &data;
00086
00087 };
00088
00089 #endif