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