From c3df5aa3dea437beeeadf7b42e0a3d5d12351f4f Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Mon, 2 Feb 2009 04:52:00 +0000 Subject: [PATCH] * Forgot to add the test. --- ext/mbstring/tests/bug46843.phpt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ext/mbstring/tests/bug46843.phpt diff --git a/ext/mbstring/tests/bug46843.phpt b/ext/mbstring/tests/bug46843.phpt new file mode 100644 index 0000000000..136195cfe0 --- /dev/null +++ b/ext/mbstring/tests/bug46843.phpt @@ -0,0 +1,12 @@ +--TEST-- +Bug #46843 (CP936 euro symbol is not converted properly) +--SKIPIF-- + +--FILE-- + +--EXPECT-- +string(4) "20ac" +string(2) "80" -- 2.40.0