X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2F0CharsetTest.php;h=a5789118f7b3aa0cd37481469062359a5ea482a8;hb=ca0b51c584f8513b00cf597f98f7d2cbcc8a1ec7;hp=549b0f421045518084f24f9d85f0dbb6757ed534;hpb=5d63c263e763338952815b6724ffa4469061afc4;p=plcapi.git diff --git a/tests/0CharsetTest.php b/tests/0CharsetTest.php index 549b0f4..a578911 100644 --- a/tests/0CharsetTest.php +++ b/tests/0CharsetTest.php @@ -15,9 +15,9 @@ use PhpXmlRpc\Helper\Charset; * chcp 28591 (latin1) * chcp 65001 (utf8) * - * @todo add tests for conversion: utf8 -> ascii (incl. chars 0-31) + * @todo add tests for conversion: utf8 -> ascii (incl. chars 0-31 and 127) * @todo add tests for conversion: latin1 -> utf8 - * @todo add tests for conversion: latin1 -> ascii + * @todo add tests for conversion: latin1 -> ascii (incl. chars 0-31 and 127) */ class CharsetTest extends PhpXmlRpc_PolyfillTestCase { @@ -26,6 +26,7 @@ class CharsetTest extends PhpXmlRpc_PolyfillTestCase protected $greek = "Τὴ γλῶσσα μοῦ ἔδωσαν ἑλληνικὴ"; protected $russian = "Река неслася; бедный чёлн"; protected $chinese = "我能吞下玻璃而不伤身体。"; + protected $latinString; /// @todo move to usage of a dataProvider and create the latinString there