lukgad / elt

Automatically exported from code.google.com/p/elt
0 stars 0 forks source link

UTF-8 characters are not displayed properly #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Execute this command in the Terminal:
env -i LANG=en_US.UTF-8 echo -e '\305\240'
2. The following string is displayed:
Å 
3. Execute the same command in the regular terminal. The following string is 
displayed:
Š

What is the expected output? What do you see instead?
UTF-8 characters should be properly handled

What version of the product are you using? On what operating system?
Terminal 1.0.0.201207180801 Eclipse Indigo Service Release 2 on openSUSE 11.4 
(x86_64)

Original issue reported on code.google.com by vaidas.nargelas on 18 Jul 2012 at 6:35

GoogleCodeExporter commented 9 years ago

Original comment by alr...@google.com on 19 Jul 2012 at 6:52

GoogleCodeExporter commented 9 years ago

Original comment by alr...@google.com on 19 Jul 2012 at 6:56

GoogleCodeExporter commented 9 years ago

Original comment by alr...@google.com on 5 Aug 2012 at 8:57

GoogleCodeExporter commented 9 years ago
This issues seems to be fixed in 1.1.2

Seems that this is a duplicate of issue 26 
(https://code.google.com/p/elt/issues/detail?id=26)

Original comment by vaidas.nargelas on 27 Aug 2012 at 5:35