X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Fencode%2Ftis_620.php;fp=functions%2Fencode%2Ftis_620.php;h=6b6d647b15ede25567ceca72c41953ef5bd8c9a8;hp=52995c0fff65eba19ea419d929781e06457a0927;hb=e2dd8640930e6c67e889006556661aeb15c7176c;hpb=3047e291f2982efe9501ec790faafd3da843d22d diff --git a/functions/encode/tis_620.php b/functions/encode/tis_620.php index 52995c0f..6b6d647b 100644 --- a/functions/encode/tis_620.php +++ b/functions/encode/tis_620.php @@ -23,7 +23,6 @@ function charset_encode_tis_620 ($string) { if (! preg_match("'&#[0-9]+;'",$string) ) return $string; $string=preg_replace("/&#([0-9]+);/e","unicodetotis620('\\1')",$string); - // $string=preg_replace("/&#[xX]([0-9A-F]+);/e","unicodetotis620(hexdec('\\1'))",$string); return $string; }