Kaydet (Commit) 2bb33a82 authored tarafından Pascal Junck's avatar Pascal Junck

INTEGRATION: CWS qadev19 (1.5.60); FILE MERGED

2004/09/09 07:33:14 lla 1.5.60.2: #117552# remove some wrong maybe utf-8 chars from toChar test
2004/08/04 07:37:56 mindyliu 1.5.60.1: #117552# cleanups
üst 508d3613
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: rtl_OString.cxx,v $ * $RCSfile: rtl_OString.cxx,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: obo $ $Date: 2004-03-19 14:57:08 $ * last change: $Author: pjunck $ $Date: 2004-11-02 10:30:46 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -2781,10 +2781,12 @@ extern "C" void /* sal_Bool */ SAL_CALL test_rtl_OString_toChar( ...@@ -2781,10 +2781,12 @@ extern "C" void /* sal_Bool */ SAL_CALL test_rtl_OString_toChar(
{"0", '0',new OString("0")}, {"0", '0',new OString("0")},
{"-", '-',new OString("-")}, {"-", '-',new OString("-")},
{"_", '_',new OString("_")}, {"_", '_',new OString("_")},
{"", '',new OString("")},
{ "", '',new OString("")}, // TODO: may be UTF-8 values
{"", '',new OString("")}, // {"06", '06',new OString("06")},
{"", '',new OString("")}, // { "07", '07',new OString("07")},
// {"00", '00',new OString("00")},
// {"06", '06',new OString("06")},
{"\n", '\n',new OString("\n")}, {"\n", '\n',new OString("\n")},
{"\'", '\'',new OString("\'")}, {"\'", '\'',new OString("\'")},
{"\"", '\"',new OString("\"")}, {"\"", '\"',new OString("\"")},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment