Contact: aviboots(AT)netvision.net.il
40,873 questions
53,281 answers
573 users
// Set the content type to UTF-8 header('Content-Type: text/html; charset=utf-8'); // Output "你好" to standard output echo "你好"; /* run: 你好 */