You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self::assertSame('?', StringHelperNoIconv2::convertEncoding('€', 'ISO-8859-1', 'UTF-8'), 'using MB so no transliteration - just return question mark');
self::assertSame('?', StringHelperNoIconv3::convertEncoding('€', 'ISO-8859-1', 'UTF-8'), 'using MB so no transliteration - just return question mark');
149
+
150
+
$noTransliteration = 'ツ';
151
+
$ignoreResult = '?';
152
+
if (StringHelper::getIsIconvEnabled()) {
153
+
// There is inconsistency in how //IGNORE//TRANSLIT operates
0 commit comments