NAME
Encode::JavaScript::UCS - JavaScript unicode character encoding
SYNOPSIS
use Encode::JavaScript::UCS;
my $name = "\x{5BAE}\x{5DDD}\x{9054}\x{5F66}";
my $escaped = encode("JavaScript-UCS", $name); # \u5bar\u5ddd\u9054\u5f66
DESCRIPTION
Encode::JavaScript::UCS is an Encoding module to represent JavaScript unicode characters like "\u5bae".
AUTHOR
Tatsuhiko Miyagawa <miyagawa@bulknews.net>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.