[Bug 167321] Pasting decimal numbers with commas splits them into multiple columns due to incorrect delimiter detection
https://bugs.documentfoundation.org/show_bug.cgi?id=167321 QA Administrators changed: What|Removed |Added Status|NEEDINFO|UNCONFIRMED Ever confirmed|1 |0 -- You are receiving this mail because: You are the assignee for the bug.
[Bug 167321] Pasting decimal numbers with commas splits them into multiple columns due to incorrect delimiter detection
https://bugs.documentfoundation.org/show_bug.cgi?id=167321 --- Comment #5 from QA Administrators --- [Automated Action] NeedInfo-To-Unconfirmed -- You are receiving this mail because: You are the assignee for the bug.
[Bug 167321] Pasting decimal numbers with commas splits them into multiple columns due to incorrect delimiter detection
https://bugs.documentfoundation.org/show_bug.cgi?id=167321 --- Comment #4 from Dodo Ivanecky --- @Phil So it means it's some work around because pasting data with a mouse from xterm will not work or will do incorrect detection as it is doing now. Why not fix it properly and take locales into account? -- You are receiving this mail because: You are the assignee for the bug.
[Bug 167321] Pasting decimal numbers with commas splits them into multiple columns due to incorrect delimiter detection
https://bugs.documentfoundation.org/show_bug.cgi?id=167321 --- Comment #3 from Phil --- SOL: CTRL+SHIFT+V and choose "Use text import dialog" P.S. you might be interested by my enhancement bug https://bugs.documentfoundation.org/show_bug.cgi?id=168639 -- You are receiving this mail because: You are the assignee for the bug.
[Bug 167321] Pasting decimal numbers with commas splits them into multiple columns due to incorrect delimiter detection
https://bugs.documentfoundation.org/show_bug.cgi?id=167321
--- Comment #2 from Dodo Ivanecky ---
Sorry, I realized just later that the LOCALE is a key to the problem.
locale
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_CTYPE="sk_SK.UTF-8"
LC_NUMERIC="sk_SK.UTF-8"
LC_TIME="sk_SK.UTF-8"
LC_COLLATE="sk_SK.UTF-8"
LC_MONETARY="sk_SK.UTF-8"
LC_MESSAGES="sk_SK.UTF-8"
LC_PAPER="sk_SK.UTF-8"
LC_NAME="sk_SK.UTF-8"
LC_ADDRESS="sk_SK.UTF-8"
LC_TELEPHONE="sk_SK.UTF-8"
LC_MEASUREMENT="sk_SK.UTF-8"
LC_IDENTIFICATION="sk_SK.UTF-8"
LC_ALL=sk_SK.UTF-8
For some languages, the decimal delimiter is not a period ('.') but a comma
(','). Alternatively, providing an option to disable auto-detection would also
be a solution.
--
You are receiving this mail because:
You are the assignee for the bug.
[Bug 167321] Pasting decimal numbers with commas splits them into multiple columns due to incorrect delimiter detection
https://bugs.documentfoundation.org/show_bug.cgi?id=167321 fpy changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED |NEEDINFO --- Comment #1 from fpy --- since it's very OS and locale dependant, please be specific : https://wiki.documentfoundation.org/QA/BugReport#Details also see "Paste Special". eg https://ask.libreoffice.org/t/finaly-edition-swap-commas-periods-in-thousands-separators-decimal-numbers/104391/2 -- You are receiving this mail because: You are the assignee for the bug.
