https://bugs.documentfoundation.org/show_bug.cgi?id=106033

Yan <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |UNCONFIRMED
     Ever confirmed|1                           |0

--- Comment #3 from Yan <[email protected]> ---
1. Step. Set your environment. It's important that LC_ALL is unset because it
overrides all others.

export LC_ALL=
export LC_CTYPE=en_US.UTF-8
export LC_NUMERIC=en_US.UTF-8
export LC_TIME=de_DE.UTF-8
export LC_COLLATE=en_US.UTF-8
export LC_MONETARY=de_DE.UTF-8
export LC_MESSAGES=POSIX
export LC_PAPER=de_DE.UTF-8
export LC_NAME=de_DE.UTF-8
export LC_ADDRESS=de_DE.UTF-8
export LC_TELEPHONE=de_DE.UTF-8
export LC_MEASUREMENT=de_DE.UTF-8
export LC_IDENTIFICATION=de_DE.UTF-8

(This is bash code, /bin/sh would expect these lines splitted.)

2. If you do this in a script, then end it with calling a shell or libreoffice
directly:

exec libreoffice

3. Call the script or call libreoffice in this environment if you typed in the
lines directly.

4. Make a new Writer document (I guess any other will do, too, but I haven't
tested).

5. Enter some characters with a localized UTF-8 keyboard, e.g. a German
keyboard. Insert/Special Character won't do. Type an Ä Ö Ü or whatever you
like, it just shouldn't be pure ASCII.

RESULT:
You will see two characters per keypress, both are the parts of the UTF-8
encoded character.

WHAT YOU SHOULD SEE INSTEAD:
You should see the character represented by the key you pressed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to