Char-Latin3
    
    
  
  
  
view release on metacpan or search on metacpan
lib/Latin3.pm view on Meta::CPAN
  Information processing model beginning with perl 5.8
 
    +----------------------+---------------------+
    |     Text strings     |                     |
    +----------+-----------|    Binary strings   |
    |  UTF-8   |  Latin-1  |                     |
    +----------+-----------+---------------------+
    | UTF8     |            Not UTF8             |
    | Flagged  |            Flagged              |
    +--------------------------------------------+
    http://perl-users.jp/articles/advent-calendar/2010/casual/4
  Confusion of Perl string model is made from double meanings of
  "Binary string."
  Meanings of "Binary string"
  1. Non-Text string
  2. Digital octet string
  Let's draw again using those term.
 
    +----------------------+---------------------+
( run in 0.440 second using v1.01-cache-2.11-cpan-c333fce770f )