You're viewing old version number 4. - Current version
Working with unicode from javascript via ajax
http://en.wikipedia.org/wiki/Utf-8
UCS Transformation Format - 8-bit
UCS = Universal Character Set
http://stackoverflow.com/questions/809620/utf8-or-utf-8
on the server, use:
http://search.cpan.org/~taniguchi/URI-Escape-JavaScript-0.04/lib/URI/Escape/JavaScript.pm
in conjunction with HTML::Entities::encode
http://en.wikibooks.org/wiki/Perl_Programming/Unicode_UTF-8
44 recipes for working with Unicode in Perl 5.
http://www.perl.com/pub/2012/04/perlunicook-standard-preamble.html
unicode tables
http://www.utf8-chartable.de/unicode-utf8-table.pl?start=8192&htmlent=1
http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
From JR's : articles
39 words - 691 chars
created on
updated on
- #
source
- versions
Related articles
Working with unicode from javascript via ajax - Oct 09, 2013