[Bug 612553] Re: Unicode input mangled

2011-01-02 Thread Launchpad Bug Tracker
[Expired for gnome-terminal (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: gnome-terminal (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.
https://bugs.launchpad.net/bugs/612553

Title:
  Unicode input mangled

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 612553] Re: Unicode input mangled

2010-08-30 Thread l0b0
Yes, after setting LC_ALL and the Terminal encoding it sorta works - For
example, Norwegian "ø" is displayed as \303, and if I try to type "å" on
the shell it just blinks and displays nothing. But it's probably too
late anyway; my other machines don't have this problem, and I won't be
using this one anymore.

-- 
Unicode input mangled
https://bugs.launchpad.net/bugs/612553
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 612553] Re: Unicode input mangled

2010-08-29 Thread Caspar Clemens Mierau
Heym

did you try setting LC_ALL? Please have a look at you /etc/environment,
.bashrc, .profile, .bash_profile and so on for locale settings.

** Changed in: gnome-terminal (Ubuntu)
   Status: New => Incomplete

-- 
Unicode input mangled
https://bugs.launchpad.net/bugs/612553
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 612553] Re: Unicode input mangled

2010-08-04 Thread l0b0
/usr/share/i18n/SUPPORTED has a line with "en_US.UTF-8 UTF-8"

-- 
Unicode input mangled
https://bugs.launchpad.net/bugs/612553
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 612553] Re: Unicode input mangled

2010-08-04 Thread l0b0
Settings in
sudo dpkg-reconfigure console-setup
:
Generic 105-key (Intl) PC
USA
USA - Dvorak international
Right Alt
No compose key
UTF-8
Latin1 and Latin5 - western Europe and Turkic languages
VGA
16
/dev/tty[1-6]

-- 
Unicode input mangled
https://bugs.launchpad.net/bugs/612553
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 612553] Re: Unicode input mangled

2010-08-04 Thread l0b0
Also, contrary to http://eyegene.ophthy.med.umich.edu/unicode/, none of the LC_ 
variables are changed after setting the language:
$ export LANG=en_US.UTF-8   
$ locale
LANG=en_US.UTF-8
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=C

I get the same result on virtual terminal 1.

$ cat /var/lib/locales/supported.d/local
en_US.UTF-8 UTF-8

$ cat /etc/default/locale
LANG="en_US.UTF-8"

Should /etc/default/locale contain "LC_ALL=en_US.utf8" as mentioned in
bug #179150 comment #19?

Running through
sudo dpkg-reconfigure -plow console-setup
with the default settings didn't change anything.

I have not yet tried to reinstall anything; that hopefully won't be
necessary.

PS: I also tried logging out and restarting several times between
miscellaneous steps above.

-- 
Unicode input mangled
https://bugs.launchpad.net/bugs/612553
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 612553] Re: Unicode input mangled

2010-08-04 Thread l0b0
Tried some suggestions from question #3540:
$ sudo apt-get install localeconf
Reading package lists... Done
Building dependency tree   
Reading state information... Done
E: Couldn't find package localeconf
$ sudo apt-get install language-pack-en
Reading package lists... Done
Building dependency tree   
Reading state information... Done
language-pack-en is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

System -> Administration -> Language Support shows "English (United
States)" and "English" in black, and several other English variants in
gray. In Install / Remove Languages English is checked, as is
Translations + Spellchecking and writing aids. Keyboard input method
system is "none". In the Text tab, "English (United States)" is set
system-wide.

-- 
Unicode input mangled
https://bugs.launchpad.net/bugs/612553
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 612553] Re: Unicode input mangled

2010-08-04 Thread l0b0
Some more relevant output:
$ sudo dpkg-reconfigure locales 
Generating locales...
  en_AG.UTF-8... up-to-date
  en_AU.UTF-8... up-to-date
  en_BW.UTF-8... up-to-date
  en_CA.UTF-8... up-to-date
  en_DK.UTF-8... up-to-date
  en_GB.UTF-8... up-to-date
  en_HK.UTF-8... up-to-date
  en_IE.UTF-8... up-to-date
  en_IN.UTF-8... up-to-date
  en_NG.UTF-8... up-to-date
  en_NZ.UTF-8... up-to-date
  en_PH.UTF-8... up-to-date
  en_SG.UTF-8... up-to-date
  en_US.UTF-8... up-to-date
  en_ZA.UTF-8... up-to-date
  en_ZW.UTF-8... up-to-date
Generation complete.
$ locale
LANG=en_US.UTF-8
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=C

I guess the problem is that these should all be en_US.UTF-8? No idea how
they got reset...

-- 
Unicode input mangled
https://bugs.launchpad.net/bugs/612553
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 612553] Re: Unicode input mangled

2010-08-02 Thread l0b0

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/52878449/Dependencies.txt

-- 
Unicode input mangled
https://bugs.launchpad.net/bugs/612553
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-terminal in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs