Help for this page

Select Code to Download


  1. or download this
    use Encode qw( decode );
    
    ...
    )) {
       printf( "%-11s U+%04X\n", "$_:", ord( decode($_, "\xA3") ) );
    }
    
  2. or download this
    iso-8859-1: U+00A3
    cp1252:     U+00A3
    iso-8859-2: U+0141
    cp1250:     U+0141