Index: wtratree.cxx =================================================================== RCS file: /cvs/oo/l10n/transex3/source/wtratree.cxx,v retrieving revision 1.1.1.1 diff -c -r1.1.1.1 wtratree.cxx *** wtratree.cxx 2000/09/18 17:03:26 1.1.1.1 --- wtratree.cxx 2002/06/28 11:00:38 *************** *** 105,112 **** dpParsingTreeTop(0), pUnknownAlpha(0), // cChar2Branch ! c_AE(u_char('Ä')), c_OE(u_char('Ö')), c_UE(u_char('Ü')), ! c_ae(u_char('ä')), c_oe(u_char('ö')), c_ue(u_char('ü')), pInputCurTokenStart(0), pInputPosition(0), pOutputPosition(0), --- 105,112 ---- dpParsingTreeTop(0), pUnknownAlpha(0), // cChar2Branch ! c_AE(u_char(0xC4)), c_OE(u_char(0xD6)), c_UE(u_char(0xDC)), ! c_ae(u_char(0xE4)), c_oe(u_char(0xF6)), c_ue(u_char(0xFC)), pInputCurTokenStart(0), pInputPosition(0), pOutputPosition(0), *************** *** 149,155 **** void WordTransTree::SetCharSet(CharSet i_nWorkingCharSet) { ! ByteString sConvert("ÄÖÜäöüß"); const u_char * pConvert = (const u_char * ) ( sConvert.Convert(RTL_TEXTENCODING_MS_1252, i_nWorkingCharSet).GetBuffer() ); INT16 i = 0; --- 149,155 ---- void WordTransTree::SetCharSet(CharSet i_nWorkingCharSet) { ! ByteString sConvert("\xC4\xD6\xDC\xE4\xF6\xFC\xDF"); const u_char * pConvert = (const u_char * ) ( sConvert.Convert(RTL_TEXTENCODING_MS_1252, i_nWorkingCharSet).GetBuffer() ); INT16 i = 0;