[Konsole-devel] [Bug 279978] New: konsole does not display an 'umlaut' if encoded as char+nondestructive-backspace+2horiz-dots (e.g., the Mac OS X way)

Achim Bohnet ach at mpe.mpg.de
Fri Aug 12 15:56:30 UTC 2011


https://bugs.kde.org/show_bug.cgi?id=279978

           Summary: konsole does not display an 'umlaut' if encoded as
                    char+nondestructive-backspace+2horiz-dots (e.g., the
                    Mac OS X way)
           Product: konsole
           Version: 2.7
          Platform: Ubuntu Packages
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: konsole-devel at kde.org
        ReportedBy: ach at mpe.mpg.de


Version:           2.7 (using KDE 4.7.0) 
OS:                Linux

When one rsyncs files with umlaut
   ü ä ö
from Max OS X to Linux and use ls in a konsole window, the umlauts seems to be
lost.  They are displayed as
   u a o
respectivly.

On the other hand, listing these files with/in
   xterm
   dophin
   kate
   KDE opendialog
   gnome-terminal
shows the umlaute as expected.

That's due to the fact that MAC encode the umlaut as:
char+nondestructive-backspace+2horiz-dots.

~/testme$ ls -1
a_o_u_ß-linux
ä_ö_ü_ß-linux
~/testme$ LC_ALL=C ls -1b
a\314\210_o\314\210_u\314\210_\303\237-linux
\303\244_\303\266_\303\274_\303\237-linux



Reproducible: Always

Steps to Reproduce:
On a MAC:

  touch ä_ö_ü_ß-linux
  rsync -a ä_ö_ü_ß-linux   $LINUX_HOST:testme/

On linux host:

  ls ~/testme
  a_o_u_ß-linux


Look at testme/ with with dolphin, or  ls ~/testme/ > ls.txt; kate ls.txt
or gnome-terminal and one see it as

 ä_ö_ü_ß-linux

Actual Results:  
a_o_u_ß-linux

Expected Results:  
ä_ö_ü_ß-linux

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the konsole-devel mailing list