Help for this page

Select Code to Download


  1. or download this
    $chinese_character_num = "12551";
    $chinese_character = chr($chinese_character_num);
    print $chinese_character;
    
  2. or download this
    use utf8 qw(-l ./);