diff options
author | Nils Fuhrmann <nf@openoffice.org> | 2001-05-16 07:18:11 +0000 |
---|---|---|
committer | Nils Fuhrmann <nf@openoffice.org> | 2001-05-16 07:18:11 +0000 |
commit | a5f4f5caba10d5755bb3347b4cd4cbeb7d73cc88 (patch) | |
tree | 9c7f028be22d35dee0af421d12babf21d906931c /transex3 | |
parent | f44ee7d855351166fed6272ae7c06bb6c6c63568 (diff) |
Fixed handling of UTF8 switch
Diffstat (limited to 'transex3')
-rw-r--r-- | transex3/source/cfgmerge.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/transex3/source/cfgmerge.cxx b/transex3/source/cfgmerge.cxx index 6c9413ed1675..d6b377d46c2c 100644 --- a/transex3/source/cfgmerge.cxx +++ b/transex3/source/cfgmerge.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cfgmerge.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: nf $ $Date: 2001-04-25 10:17:04 $ + * last change: $Author: nf $ $Date: 2001-05-16 08:18:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -137,7 +137,7 @@ extern char *GetOutputFile( int argc, char* argv[]) } else if ( ByteString( argv[ i ] ).ToUpperAscii() == "-UTF8" ) { nState = STATE_UTF8; - bUTF8 = FALSE; + bUTF8 = TRUE; } else { switch ( nState ) { |