diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 14:17:30 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-09-23 14:17:30 +0000 |
commit | 579c5206ae546bbfa85e74bd2276ff054b392a8d (patch) | |
tree | 7968998267c557acfd4b95043875826cdba8df86 /rsc | |
parent | 93fec15a8631c0fc9790b1ccb1f064b96c91f03a (diff) |
INTEGRATION: CWS encup (1.22.8); FILE MERGED
2005/04/29 15:37:20 ihi 1.22.8.1: #i40603# German resources now UTF8 encoded
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/rsc/rsc.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rsc/source/rsc/rsc.cxx b/rsc/source/rsc/rsc.cxx index fb885bdc5710..b3bdacb8ab11 100644 --- a/rsc/source/rsc/rsc.cxx +++ b/rsc/source/rsc/rsc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rsc.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: rt $ $Date: 2005-09-08 13:57:45 $ + * last change: $Author: hr $ $Date: 2005-09-23 15:17:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -944,8 +944,8 @@ ERRTYPE RscCompiler::Link() pTC->pEH->StdOut( "Generating .rc file\n" ); rtl_TextEncoding aEnc = RTL_TEXTENCODING_UTF8; - if( it->aLangName.CompareIgnoreCaseToAscii( "de", 2 ) == COMPARE_EQUAL ) - aEnc = RTL_TEXTENCODING_MS_1252; + //if( it->aLangName.CompareIgnoreCaseToAscii( "de", 2 ) == COMPARE_EQUAL ) + // aEnc = RTL_TEXTENCODING_MS_1252; // Schreibe Datei sal_Char cSearchDelim = ByteString( DirEntry::GetSearchDelimiter(), RTL_TEXTENCODING_ASCII_US ).GetChar( 0 ); |