cp850_encoding.phpt 353 B

123456789101112131415
  1. --TEST--
  2. Exhaustive test of verification and conversion of CP850 text
  3. --EXTENSIONS--
  4. mbstring
  5. --SKIPIF--
  6. <?php
  7. if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
  8. ?>
  9. --FILE--
  10. <?php
  11. include('encoding_tests.inc');
  12. testEncodingFromUTF16ConversionTable(__DIR__ . '/data/CP850.txt', 'CP850');?>
  13. --EXPECT--
  14. Tested CP850 -> UTF-16BE
  15. Tested UTF-16BE -> CP850