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 URDU
00020 #define URDU
00021
00022 namespace Urdu{
00023
00024
00025
00026
00027 UINT32 values[]={
00028 0x0679,
00029 0x067e,
00030 0x0686,
00031 0x0688,
00032
00033 0x0691,
00034 0x0698,
00035 0x06a9,
00036 0x06af,
00037 0x06ba,
00038 0x06be,
00039 0x06c0,
00040 0x06c1,
00041 0x06c2,
00042 0x06c3,
00043 0x06cc,
00044 0x06d2,
00045 0x06d3,
00046 0x06d4,
00047 START_RANGE_PAIR,
00048 0x06f0,0x06f9,
00049 END_OF_DATA
00050 };
00051
00052
00053
00054
00055 const char *sentences[]={
00056 "تمام انسان آزاد اور حقوق و عزت کے اعتبار سے برابر پیدا ہوۓ ہیں۔",
00057 END_OF_DATA
00058 };
00059
00060
00061
00062
00063
00064 OrthographyData data={
00065 "Urdu",
00066 "اُردو",
00067 0x0679,
00068 values,
00069 "ٹ پ چ ڈ ڐ ژ ڙ ے",
00070 sentences
00071 };
00072
00073 const OrthographyData *pData = &data;
00074
00075 };
00076
00077 #endif