The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Encode::JavaScript::Cyrillic - Javascript bug fix for cyrillic((bug : %u0410 -%u044f))

SYNOPSIS

  use Encode;  
  use Encode::JavaScript::Cyrillic;
  my $decString = '%u0401%u0410%u0411%u0412';
  my $encString = 'ЁАБВ';
  my $res = decode('JavaScript-Cyrillic',$decString);
  $res = encode('JavaScript-Cyrillic',$encString);

DESCRIPTION

  Encode::JavaScript::Cyrillic - is Encoding to represent javascript characters from escape function  

SEE ALSO

Encode

AUTHOR

harper, <plcgi1@gmail.com<gt>

COPYRIGHT AND LICENSE

Copyright (C) 2008 by harper

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 101:

Non-ASCII character seen before =encoding in ''ЁАБВ';'. Assuming UTF-8