diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-05 12:44:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-05 12:44:14 +0000 |
commit | 6bafda2f34f8d56ffe80bcbf3ef7701909400a14 (patch) | |
tree | 776580947991d73457133972443de27219fbf5f5 /sal | |
parent | 5e576903195466fb8b6239eef9835ae04b10c78b (diff) |
INTEGRATION: CWS html03 (1.4.2); FILE MERGED
2004/11/04 17:07:09 sb 1.4.2.1: #98452# When converting from Unicode to ISO-2022-JP, assume the initial state is ASCII and do not write any unnecessary <ESC> ( B sequences to initially switch to ASCII.
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/rtl/textenc/rtl_textcvt.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sal/qa/rtl/textenc/rtl_textcvt.cxx b/sal/qa/rtl/textenc/rtl_textcvt.cxx index 6831212f4033..51e5a647e6a4 100644 --- a/sal/qa/rtl/textenc/rtl_textcvt.cxx +++ b/sal/qa/rtl/textenc/rtl_textcvt.cxx @@ -2,9 +2,9 @@ * * $RCSfile: rtl_textcvt.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: pjunck $ $Date: 2004-10-22 14:13:27 $ + * last change: $Author: obo $ $Date: 2005-01-05 13:44:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1503,7 +1503,7 @@ void enc::test_textenc() 8, false, true, - false, + true, false, RTL_UNICODETOTEXT_FLAGS_UNDEFINED_ERROR }, { RTL_TEXTENCODING_ISO_2022_JP, @@ -1512,7 +1512,7 @@ void enc::test_textenc() 8, false, true, - true, + false, false, RTL_UNICODETOTEXT_FLAGS_UNDEFINED_ERROR }, { RTL_TEXTENCODING_ISO_2022_JP, |