[Libreoffice-bugs] [Bug 128234] Hyphen replaced by invalid characters in Calc
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Oct 18 17:25:01 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=128234
Eike Rathke <erack at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |NOTABUG
--- Comment #1 from Eike Rathke <erack at redhat.com> ---
That is not a U+002D HYPHEN-MINUS but a U+2013 EN DASH instead, exported to
UTF-8 text encoding. Not a bug.
You maybe had some auto-correction replacement active when entering the data.
Using od -a option is a bad choice as it ignores the high-order bit. Better
would be od -t x1c Test.csv where you would see that the actual bytes written
are 0xe2 0x80 0x93, the UTF-8 encoded EN DASH.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20191018/145c4e6d/attachment.html>
More information about the Libreoffice-bugs
mailing list