tal Tue Oct 8 10:08:15 2002 EDT Modified files: /php4/ext/fribidi/tests 001.phpt Log: Enhanced test to also check charsets CP1255 and ISO-8859-8 Index: php4/ext/fribidi/tests/001.phpt diff -u php4/ext/fribidi/tests/001.phpt:1.1 php4/ext/fribidi/tests/001.phpt:1.2 --- php4/ext/fribidi/tests/001.phpt:1.1 Mon Oct 7 15:35:29 2002 +++ php4/ext/fribidi/tests/001.phpt Tue Oct 8 10:08:15 2002 @@ -7,6 +7,11 @@ --FILE-- <?php error_reporting (E_ALL ^ E_NOTICE); - echo fribidi_log2vis("THE dog 123 IS THE biggest", FRIBIDI_AUTO, FRIBIDI_CHARSET_CAP_RTL);?> + echo fribidi_log2vis("THE dog 123 IS THE biggest", FRIBIDI_AUTO, +FRIBIDI_CHARSET_CAP_RTL)."\n"; + echo fribidi_log2vis("בלה 198 foo בלה BAR 12", FRIBIDI_RTL, +FRIBIDI_CHARSET_8859_8)."\n"; + echo fribidi_log2vis("Fri בידי יאאא bla 12% bla", FRIBIDI_AUTO, +FRIBIDI_CHARSET_CP1255); +?> --EXPECT-- biggest EHT SI dog 123 EHT +BAR 12 הלב foo 198 הלב +Fri אאאי ידיב bla 12% bla
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php