Go to the source code of this file.
Data Structures | |
struct | tBig5Translation |
Functions | |
bool | StrToUTF8 (const byte *SourceString, byte *DestString, byte DefaultISO8859CharSet) |
Variables | |
word | UTFLookupISO6937 [] |
word | UTFLookupISO8859_1 [] |
word | UTFLookupISO8859_2 [] |
word | UTFLookupISO8859_3 [] |
word | UTFLookupISO8859_4 [] |
word | UTFLookupISO8859_5 [] |
word | UTFLookupISO8859_6 [] |
word | UTFLookupISO8859_7 [] |
word | UTFLookupISO8859_8 [] |
word | UTFLookupISO8859_9 [] |
word | UTFLookupISO8859_10 [] |
word | UTFLookupISO8859_11 [] |
word | UTFLookupISO8859_13 [] |
word | UTFLookupISO8859_14 [] |
word | UTFLookupISO8859_15 [] |
word | UTFLookupISO8859_16 [] |
char | AnsiUpper [30] = "ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝ" |
char | AnsiLower [30] = "àáâãäåæçèéêëìíîïðñòóôõöøùúûüý" |
char | UTF8Upper [64] = "\u00c0\u00c1\u00c2\u00c3\u00c4\u00c5\u00c6\u00c7\u00c8\u00c9\u00ca\u00cb\u00cc\u00cd\u00ce\u00cf\u00d0\u00d1\u00d2\u00d3\u00d4\u00d5\u00d6\u00d8\u00d9\u00da\u00db\u00dc\u00dd\u00de" |
char | UTF8Lower [64] = "\u00e0\u00e1\u00e2\u00e3\u00e4\u00e5\u00e6\u00e7\u00e8\u00e9\u00ea\u00eb\u00ec\u00ed\u00ee\u00ef\u00f0\u00f1\u00f2\u00f3\u00f4\u00f5\u00f6\u00f8\u00f9\u00fa\u00fb\u00fc\u00fd\u00fe" |
bool StrToUTF8 | ( | const byte * | SourceString, |
byte * | DestString, | ||
byte | DefaultISO8859CharSet | ||
) |
Definition at line 146 of file StrToUTF8.c.
References tBig5Translation::Big5DBCS, Big5Translation, isUTF8Char(), LogEntryFBLibPrintf(), TRACEENTER, TRACEEXIT, tBig5Translation::UTF16, UTF32ToUTF8(), UTFLookupISO6937, UTFLookupISO8859_1, UTFLookupISO8859_10, UTFLookupISO8859_11, UTFLookupISO8859_13, UTFLookupISO8859_14, UTFLookupISO8859_15, UTFLookupISO8859_16, UTFLookupISO8859_2, UTFLookupISO8859_3, UTFLookupISO8859_4, UTFLookupISO8859_5, UTFLookupISO8859_6, UTFLookupISO8859_7, UTFLookupISO8859_8, and UTFLookupISO8859_9.
Referenced by FMUC_PutStringAA(), HDD_ChangeDir(), and StrMkUTF8().
char AnsiLower[30] = "àáâãäåæçèéêëìíîïðñòóôõöøùúûüý" |
Definition at line 133 of file StrToUTF8.c.
Referenced by LowerCase(), and UpperCase().
char AnsiUpper[30] = "ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝ" |
Definition at line 132 of file StrToUTF8.c.
Referenced by LowerCase(), and UpperCase().
char UTF8Lower[64] = "\u00e0\u00e1\u00e2\u00e3\u00e4\u00e5\u00e6\u00e7\u00e8\u00e9\u00ea\u00eb\u00ec\u00ed\u00ee\u00ef\u00f0\u00f1\u00f2\u00f3\u00f4\u00f5\u00f6\u00f8\u00f9\u00fa\u00fb\u00fc\u00fd\u00fe" |
Definition at line 136 of file StrToUTF8.c.
Referenced by LowerCase(), and UpperCase().
char UTF8Upper[64] = "\u00c0\u00c1\u00c2\u00c3\u00c4\u00c5\u00c6\u00c7\u00c8\u00c9\u00ca\u00cb\u00cc\u00cd\u00ce\u00cf\u00d0\u00d1\u00d2\u00d3\u00d4\u00d5\u00d6\u00d8\u00d9\u00da\u00db\u00dc\u00dd\u00de" |
Definition at line 135 of file StrToUTF8.c.
Referenced by LowerCase(), and UpperCase().
word UTFLookupISO6937[] |
Definition at line 5 of file StrToUTF8.c.
Referenced by StrToUTF8().
word UTFLookupISO8859_1[] |
Definition at line 13 of file StrToUTF8.c.
Referenced by StrToUTF8().
word UTFLookupISO8859_10[] |
Definition at line 85 of file StrToUTF8.c.
Referenced by StrToUTF8().
word UTFLookupISO8859_11[] |
Definition at line 93 of file StrToUTF8.c.
Referenced by StrToUTF8().
word UTFLookupISO8859_13[] |
Definition at line 101 of file StrToUTF8.c.
Referenced by StrToUTF8().
word UTFLookupISO8859_14[] |
Definition at line 109 of file StrToUTF8.c.
Referenced by StrToUTF8().
word UTFLookupISO8859_15[] |
Definition at line 117 of file StrToUTF8.c.
Referenced by StrToUTF8().
word UTFLookupISO8859_16[] |
Definition at line 125 of file StrToUTF8.c.
Referenced by StrToUTF8().
word UTFLookupISO8859_2[] |
Definition at line 21 of file StrToUTF8.c.
Referenced by StrToUTF8().
word UTFLookupISO8859_3[] |
Definition at line 29 of file StrToUTF8.c.
Referenced by StrToUTF8().
word UTFLookupISO8859_4[] |
Definition at line 37 of file StrToUTF8.c.
Referenced by StrToUTF8().
word UTFLookupISO8859_5[] |
Definition at line 45 of file StrToUTF8.c.
Referenced by StrToUTF8().
word UTFLookupISO8859_6[] |
Definition at line 53 of file StrToUTF8.c.
Referenced by StrToUTF8().
word UTFLookupISO8859_7[] |
Definition at line 61 of file StrToUTF8.c.
Referenced by StrToUTF8().
word UTFLookupISO8859_8[] |
Definition at line 69 of file StrToUTF8.c.
Referenced by StrToUTF8().
word UTFLookupISO8859_9[] |
Definition at line 77 of file StrToUTF8.c.
Referenced by StrToUTF8().