Skip to content

Instantly share code, notes, and snippets.

Created March 12, 2012 07:39
Show Gist options
  • Save anonymous/2020502 to your computer and use it in GitHub Desktop.
Save anonymous/2020502 to your computer and use it in GitHub Desktop.
<?php
$gb2312 = iconv('UTF-8','GB2312','我是测试');
$string = "<pre><p>$gb2312</p></pre>";
echo htmlspecialchars($string);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment