File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1192,7 +1192,6 @@ public static function to_transliterate(
1192
1192
$ str_tmp = \transliterator_transliterate ($ TRANSLITERATOR , $ str );
1193
1193
1194
1194
if ($ str_tmp !== false ) {
1195
-
1196
1195
// check again, if we only have ASCII, now ...
1197
1196
if (
1198
1197
$ str_tmp !== $ str
@@ -1285,7 +1284,6 @@ public static function to_transliterate(
1285
1284
$ new_char = $ ord & 255 ;
1286
1285
1287
1286
if (isset ($ UTF8_TO_TRANSLIT [$ bank ][$ new_char ])) {
1288
-
1289
1287
// keep for debugging
1290
1288
/*
1291
1289
echo "file: " . sprintf('x%02x', $bank) . "\n";
@@ -1313,7 +1311,6 @@ public static function to_transliterate(
1313
1311
$ c = $ new_char ;
1314
1312
}
1315
1313
} else {
1316
-
1317
1314
// keep for debugging missing chars
1318
1315
/*
1319
1316
echo "file: " . sprintf('x%02x', $bank) . "\n";
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ public function testToTransliterate()
51
51
{
52
52
$ testsStrict = [];
53
53
if (\extension_loaded ('intl ' ) === true ) {
54
-
55
54
// ---
56
55
57
56
$ testString = \file_get_contents (__DIR__ . '/fixtures/sample-unicode-chart.txt ' );
You can’t perform that action at this time.
0 commit comments