Revision 8 as of 2007-07-20 10:40:23

Clear message

Disclaimer: All information collected here is verified only for the most recent supported operating systems (currently Scientific Linux 5 and Windows XP) and for the most recent versions of centrally installed software (usually RPM's under Linux and Netinstall packages under XP).

Why UTF8

It is best explained in numerous articles in the internet such as the [http://www.cl.cam.ac.uk/~mgk25/unicode.html UTF8 and Unicode FAQ]

Using UTF8

See the chapter 4.3 on Language support,UTF8 in ["SL5_User_Information"] for information on the current setup and how to change it. Basically to get full utf8 support you should create a file ~/.i18n containing the line LANG=en_US.UTF-8. Then after logging out and in again (or in a new window) you will have UTF-8 support.

UTF8 support in programs

To test the UTF8 awareness of different programs you can download an excellent [http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt UTF8 demo file]

Terminal programs

Surprisingly the most complete display of the test file was obtained using xterm with the given font, gnome-terminal was only slightly worse and konsole gave an output with visible deficiencies.

Printing

Our printing system CUPS can handle UTF-8. Unfortunately raw text cannot be printed directly. It has either to pass a cups filter named texttops which is not UTF-8 aware or be converted by the user to a PDF or PS document. The best choice is to input the text into ooffice and then use the print dialog. Please make sure the properties for the printer are correct (A4 page format). Due to a bug in ooffice do not attempt to print twice from the same ooffice window. Other text to ps converters such as a2ps and mp (used in pine only) are not UTF-8 ready.

Mail readers

Other software

A perl implementation of the algorithm used in file can be found in /products/scripts/isutf

Unsolved problems