[OAI-implementers] superscripts, subscripts, Greek alphabet
François Schiettecatte
francois@fsconsult.com
Fri, 09 May 2003 16:43:16 -0400
Of course, here it is:
On 5/9/03 4:24 PM, "Steve Sarapata" <ssarapat@enc.org> wrote:
> Francois,
>
> Please post the links list.
>
> Thanks,
> Steve
>
>
Very good background on Unicode, character sets and encoding, this should be
your first destination:
http://czyborra.com/
UTF-8 and Unicode FAQ for Unix/Linux:
http://www.cl.cam.ac.uk/~mgk25/unicode.html
UTF-8 and Unicode FAQ for Perl:
http://rf.net/~james/perli18n.html
Character set conversion tool:
http://www.gnu.org/software/libiconv/
Unicode FAQ:
http://www.unicode.org/unicode/faq/
http://www.unicode.org/faq/unicode_web.html
Character set handling in HTML form submission:
http://ppewww.ph.gla.ac.uk/~flavell/charset/form-i18n.html
If you are going to work in Perl on Unix/Linux, you will also need to look
at the following documentation:
perldoc Encode
man perlunicode
man perluniintro
man iconv
The unicode section in Programming Perl 3rd Edition has some useful stuff
too.