Bug 93957 - "HORIZONTAL_ELLIPSIS" is wrong word in emoji.po
Summary: "HORIZONTAL_ELLIPSIS" is wrong word in emoji.po
Status: VERIFIED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
5.1.0.0.alpha0+ Master
Hardware: Other All
: medium normal
Assignee: Not Assigned
URL: https://translations.documentfoundati...
Whiteboard: target:5.1.0
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-05 23:26 UTC by baffclan
Modified: 2016-10-25 19:23 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments
Screenshot (34.41 KB, image/jpeg)
2015-09-06 08:41 UTC, baffclan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description baffclan 2015-09-05 23:26:18 UTC
https://translations.documentfoundation.org/projects/libo_ui/translate/extras/source/autocorr/emoji.po#sfields=notes&search=PQEfP

---
#. … (U+02026), see http://wiki.documentfoundation.org/Emoji
#. PQEfP
#: emoji.ulf
msgctxt ""
"emoji.ulf\n"
"HORIZONTAL_ELLIPSIS\n"
"LngText.text"
msgid "…"
msgstr "…"
---

Actual Results:
"…" -> "…"


Expected Results:
"..." -> "…"


tommy27, can you confirm this?
Comment 1 tommy27 2015-09-06 06:58:35 UTC
(In reply to baffclan from comment #0)
> ...
>
> 
> Actual Results:
> "…" -> "…"
> 
> 
> Expected Results:
> "..." -> "…"
> 


It's not clear to me what you mean with actual result.
try explaining again
Comment 2 baffclan 2015-09-06 08:41:10 UTC
Created attachment 118458 [details]
Screenshot

tommy27, thanks for message.

"HORIZONTAL_ELLIPSIS" is "…", it is target emoji.
replace source is "…" , it is emoji too, not ascii in English UI.

---
#. … (U+02026), see http://wiki.documentfoundation.org/Emoji
   ↑ target emoji
#. PQEfP
#: emoji.ulf
msgctxt ""
"emoji.ulf\n"
"HORIZONTAL_ELLIPSIS\n"
"LngText.text"
msgid "…"
       ↑ replace source
msgstr "…"
---
Comment 3 tommy27 2015-09-06 10:36:49 UTC
sorry, I have no experience how Pootle works. I CC Lazlo to see if he can help.

anyway does this translates into an unwanted autocorrection in a Writer file?
Comment 4 László Németh 2015-09-07 21:48:17 UTC
This is really a bug. I will fix it soon. Thanks for the report and your help!
Comment 5 Commit Notification 2015-09-10 23:08:16 UTC
László Németh committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=240d1f289c5788845cd4336f223f2c4bc8975a99

tdf#93957 fix Emoji pattern of horizontal ellipsis

It will be available in 5.1.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.
Comment 6 László Németh 2015-09-11 20:17:14 UTC
tdf#93957 fix Emoji pattern of horizontal ellipsis
Typing :.: (one ASCII dot between colons) will enter the Unicode
horizontal ellipsis (U+2026: …) instead of the bad :…: (the
requested Unicode character between colons).

Note: the pattern :...: (three ASCII dots between colons) was
originally intended for the horizontal ellipsis, but that
collides with .*... pattern (default in English and in several
other languages, meaning: replace word ending three ASCII dots).
Comment 7 baffclan 2015-09-12 07:55:09 UTC
(In reply to Commit Notification from comment #5)
> László Németh committed a patch related to this issue.
> It has been pushed to "master":

cannot reproduce with newest master:
Version: 5.1.0.0.alpha1+
Build ID: 88c51cd55d1a9b29e62269c53b3923770253ab07
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-09-11_13:09:15
Locale: ja-JP (ja_JP)

thanks for fixing this!