Micha Feigin wrote on 2003-06-30: > > How do I get xterm to show hebrew file names ? > > > First, what does ``locale`` show you? And what's the encoding of the > file names.
locale returns: LANG=C LC_CTYPE="C" LC_NUMERIC="C" LC_TIME="C" LC_COLLATE="C" LC_MONETARY="C" LC_MESSAGES="C" LC_PAPER="C" LC_NAME="C" LC_ADDRESS="C" LC_TELEPHONE="C" LC_MEASUREMENT="C" LC_IDENTIFICATION="C" LC_ALL= > > > I set the font properly, but I get the files appearing as a bunch of > > question marks (????_??.html) > > > In the output of ``ls``, right? Try ``ls -N``. > > When I press the tab for autocomplete though the filenames do apear > > properly, but I can't do anything with those files. > > When connecting through ftp using explorer I can see the files > > properly > > and do what I want with them. > > > > > > Looked at the modules loaded and it seems that nls_iso8859-1 is > loaded, > > do I need to change the default nls? if so, how? > > > This only applies to the console, I believe, and to codepage > translation of mounts. In any case, I believe these modules will be > autoloaded as needed (if needed at all). What does your `/etc/fstab` > look like? The relevent entry: # <file system> <mount point> <type> <options> <dump> <pass> /dev/hda2 / reiserfs defaults 0 0 > > -- > Beni Cherniavsky <[EMAIL PROTECTED]> ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
