Page 1 of 1

Anyone Run into This Problem?

Posted: Wed Jul 02, 2008 3:18 pm
by BruisedQuasar
For some reason, I cannot get '=' symbol to print in the command line in Ubuntu...

Instead, I get one line, but never two. I suspect that it may be the language setting. I tried a different one but same thing. Press equals sign key and I get one line.

Should the equal sign show on the terminal command line?

--Bruised

Posted: Thu Jul 03, 2008 9:30 am
by whizkid
It should show. If you're running a terminal in X, try a text-mode console. Press Ctrl-Alt-F1 to get a console session and see what happens. Alt-F7 (or Ctrl-Alt-F7) to get back to the GUI.

Posted: Thu Jul 03, 2008 11:09 am
by archer6
whizkid wrote:It should show. If you're running a terminal in X, try a text-mode console. Press Ctrl-Alt-F1 to get a console session and see what happens. Alt-F7 (or Ctrl-Alt-F7) to get back to the GUI.
whizkid is correct, = is a character that I use without a problem.

Posted: Thu Jul 03, 2008 2:07 pm
by Davemci
Your linux loader (grub or lilo) should set the language. Maybe a line like:

append=" vt.default_utf8=0"

I think this sets the default language for your shell commands.