This is a list of software that doesn't support Unicode properly, or at all. Please note that we do not consider UTF-16 or UTF-32 support adequate (or CESU-8, for that matter). There is also another page for software that doesn't support characters outside the Basic Multilingual Plane. Please file bug reports whenever possible, and be sure to let us know about them.

                 * <a href="http://aterm.sourceforge.net/">Aterm</a>: Appears to <a href="http://web.archive.org/web/20040519000109/http://home.comcast.net/~alexander.winston/aterm.png">fail unfortunately</a> when attempting to read <a href="http://www.cl.cam.ac.uk/~mgk25/">Markus Kuhn's</a> <a href="http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-demo.txt">UTF-8 demonstration document</a>. 
                 * <a href="http://www.gnu.org/software/emacs/emacs.html">Emacs</a>: The <a href="http://savannah.gnu.org/cvs/?group=emacs">CVS version</a> is <a href="http://lists.gnu.org/archive/html/emacs-pretest-bug/2004-06/msg00020.html">unable to uppercase</a> lowercase characters that map to multiple uppercase characters. 
                 * <a href="http://www.ximian.com/products/evolution/">Evolution</a>: <a href="http://www.pango.org/">Pango</a> is used improperly in GtkHtml, so <a href="http://bugzilla.ximian.com/show_bug.cgi?id=41763">right-to-left text is displayed incorrectly</a>. 
                 * <a href="http://www.gnu.org/software/flex/">Flex</a>: Unicode support is very basic. There is no support for dealing with `wchar_t` strings, and the regular expression matching is limited to <a href="http://en.wikipedia.org/wiki/ASCII">US-ASCII</a>. 
                 * <a href="http://www.gnome.org/projects/gnome-print/">gnome-print</a>: <a href="http://www.pango.org/">Pango</a> is <a href="http://bugzilla.gnome.org/show_bug.cgi?id=125762">not used for printing</a>. 
                 * <a href="http://www.gnu.org/software/gnu-arch/">GNU Arch</a>: `tla` does not accept anything other than simple letters, numbers, and basic punctuation in `my-id`. It encounters problems with <a href="http://savannah.gnu.org/bugs/index.php?func=detailitem&item_id=7078">umlauts</a>, <a href="http://savannah.gnu.org/bugs/index.php?func=detailitem&item_id=7862">underscores</a>, and other <a href="http://savannah.gnu.org/bugs/index.php?func=detailitem&item_id=5555">“funky characters”</a>. 
                 * <a href="http://www.gnupg.org/">GPG</a>: Configuration files contain a setting that communicates the character set that is wanted. There is a notice near this setting claiming that UTF-8 will be the default in the next version. However, in !CVS revision HEAD, the default remains ISO-8859-1. 
                 * <a href="http://www.gnu.org/software/grep">grep</a>: <a href="http://www.cl.cam.ac.uk/~mgk25/">Markus Kuhn</a> <a href="http://mail.nl.linux.org/linux-utf8/2003-11/msg00027.html">noticed</a> that grep 2.5 is very slow in UTF-8 locales; <a href="http://mail.nl.linux.org/linux-utf8/2003-11/msg00168.html">Mika Fischer posted a patch</a> that you may want to try. 
                 * <a href="http://nostatic.org/grip/">Grip</a> has problems with UTF-8 in <a href="http://www.id3.org/">ID3</a> tags. See <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=854558&group_id=3714&atid=103714">#854558</a> and <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=852783&group_id=3714&atid=103714">#852783</a> 
                 * <a href="http://id3v2.sourceforge.net/">ID3v2</a> (an MP3 tagging tool) doesn't set the encoding flag of the text fields in the ID3v2 tags to UTF-8, which thus are not shown correctly in most players/music organizers. See <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=232307">this</a> bug report for details. 
                 * <a href="http://sourceforge.net/projects/joe-editor/">joe</a>: <a href="mailto:lhh@redhat.com">Lon Hohberger</a> said, “I looked at it briefly, but I didn't get too far before more important things came up. On a side note, it's probably much easier to write a `joe.elisp` or `joe.vim` :)” 
                 * <a href="http://www.kernel.org/">Linux kernel</a>: Console: Can display UTF-8 characters after configured using <a href="ftp://ftp.win.tue.nl/pub/linux-local/utils/kbd/">kbd</a> package. Console can show 256 or 512 different characters at same time. Supported already in distributions such as Fedora, Mandrake, etc. Unicode input is problematic for composing (using a dead key to add accents to characters) as diacritics <a href="http://bugzilla.kernel.org/show_bug.cgi?id=3922">must be 8-bits</a>, allowing ISO 8859, but not UTF-8. You can input UTF-8 characters by assigning one key to one Unicode character. The issue of diacritics looks difficult to solve in an easy way. 
                 * man-pages: Manual pages for character sets like ISO-8859-1 <a href="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=108991">are not encoded in UTF-8</a>. 
                 * newt: Has problems with multibyte characters, entering UTF-8 characters. 
                 * <a href="http://www.ibiblio.org/mc/">mc</a>: The Red Hat/<a href="http://fedora.redhat.com/">Fedora</a> Linux packages contain patches that fix the main interface, but not the viewer or editor. <a href="http://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/mc-4.6.0-6.src.rpm">Grab the source RPM</a> for the patches. There are also patches from Suse available: <a href="http://www.suse.de/~nadvornik/mc.html">Suse Patches</a> 
                 * strings, part of <a href="http://sources.redhat.com/binutils/">binutils</a>, does not support UTF-8. 
                 * <a href="http://tcsh.org">tcsh</a>: This shell has issues: “Unicode (UTF-8) doesn't seem to work”. This is on their <a href="http://www.tcsh.org/WishList">wish list</a>, though. Setting the variable dspmbyte to utf8 seems to solve the problem, however <a href="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=89549">you have to set it explicitely</a>. There are bugs when editing a command line with UTF-8 characters. 
                 * <a href="http://twiki.org/">TWiki</a>: See <a href="http://twiki.org/cgi-bin/view/Codev/ProposedUTF8SupportForI18N">http://twiki.org/cgi-bin/view/Codev/ProposedUTF8SupportForI18N</a> for the latest information. 
                 * <a href="http://wordpress.org">WordPress</a>: There's no current plan to support UTF-8, and there were no responses to a <a href="http://wordpress.org/support/4/1098">request</a> to use anything other than ISO-8859-1. *Update* (2004-03): This appears to be mostly resolved in their CVS. 
                 * <a href="http://www.zsh.org">Zsh</a>: The Z Shell has partial support for UTF-8. For example, pasted UTF-8-encoded Latin characters display OK, but other characters such as the 3-byte UTF-8 single quote (’) or many Asian characters do not. Zsh also has trouble moving the cursor around multi-byte characters (such as using backspace). Tab completion will match files but probably not display them correctly. A \u escape for generating Unicode characters is supported. In the current unstable (4.3) branch a lot of progress has been made in adding support for unicode from the line editor and help in testing this would be much appreciated by the developers. It is a big job, in part because zsh's useful feature of being able to handle null characters is being preserved. 


-- Main.?NickLamb - 26 Jul 2006
-- Main.?AlexanderWinston - 09 Jul 2004
-- Main.?AlexanderWinston - 14 Jun 2004