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

--- Comment #2 from Enrique Perez-Terron <[email protected]> ---
(Continued from the previous comment)

In order to demonstrate what the correct outcome would be, I pasted the
copyright symbol from the Writer document into the following Bash command line:

$ echo '©' | od -t x1
0000000 c2 a9 0a
0000003

The bytes C2 A9 are the correct UTF-8 encoding of the code point 0xA9, the
copyright symbol.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to