The following 68 words could not be found in the dictionary of 1150 words (including 1150 LocalSpellingWords) and are highlighted below:
already   Answer   character   Characters   characters   Charset   choose   command   Commandline   correctly   Default   display   don   echo   editor   encodings   etc   export   Fix   following   For   from   having   htaccess   if   irssi   Irssi   Localized   log   marks   named   nano   need   new   Next   or   Problem   problems   profile   programs   prompt   public   question   Question   replaced   same   Save   see   setup   shell   similar   Solution   something   squares   text   Then   they   this   time   to   Try   unicode   Unicode   using   Webpages   webpages   will   with  

Clear message
Edit History Actions Discussion

FAQ/Unicode

Unicode

Question/Problem: Are you having problems with character encodings?

Answer/Fix: Try using Unicode/UTF-8.

Commandline programs

Localized characters doesn't display correctly in irssi, nano etc (they are replaced with question marks, squares or something similar.)

Solution:

Write this command at the shell prompt (you don't need to do this if you already choose UTF-8 in the shell setup):

echo 'export LC_ALL="en_US.UTF-8"' >> ~/.profile

Next time you log in your shell will be in unicode.

For irssi, see FAQ/IrssiCharset.

Problem #2 - Webpages

Characters in webpages doesn't display correctly.

Solution:

Save the webpages in UTF-8 from your text-editor. Then create a new file named .htaccess in the same directory as your webpages (public_html) with the following content:

AddDefaultCharset UTF-8

See Also