[Libreoffice-bugs] [Bug 118601] word in Greek with all letters capitalized is correct with or without accent (diacritical marks)

2023-07-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118601

--- Comment #10 from QA Administrators  ---
Dear Ηλίας Ηλιάδης,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 118601] word in Greek with all letters capitalized is correct with or without accent (diacritical marks)

2021-07-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118601

--- Comment #9 from alex  ---
Hi!
This problem still exists. This is my first time reporting a problem in an open
source project, so let me know if you would like more information.


Version: 7.1.3.2 / LibreOffice Community
Build ID: 10(Build:2)
CPU threads: 12; OS: Linux 5.12; UI render: default; VCL: gtk3
Locale: el-GR (el_GR.UTF-8); UI: el-GR
7.1.3-2
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118601] word in Greek with all letters capitalized is correct with or without accent (diacritical marks)

2019-07-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118601

--- Comment #8 from QA Administrators  ---
Dear Ηλίας Ηλιάδης,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 118601] word in Greek with all letters capitalized is correct with or without accent (diacritical marks)

2018-07-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118601

--- Comment #7 from Ηλίας Ηλιάδης  ---
I think a small script that will remove the diacritics from dictionary words
before comparing them with the capitalized version can do the trick.

For removing of diacritics (accent) there is a working LUA table in
https://el.wiktionary.org/wiki/Module:Kleida-el used for correct dictionary
sorting.

These "maps" can easily be extracted and converted to upper case for the final
"check".

The idea is that all words in dictionary be capitalized and then apply to them
a "remove accent" script. The "full" capitalized word in LibreOffice can then
be checked against these "transformed" words.

Although in the dictionary sorting the case is irrelevant, for correct
"orthographic checking" is better to use a "to upper" approach, since final "ς"
will be correctly handled in the capitalized version.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118601] word in Greek with all letters capitalized is correct with or without accent (diacritical marks)

2018-07-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118601

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #6 from Buovjaga  ---
(In reply to Ηλίας Ηλιάδης from comment #0)
> Steps to Reproduce:
> 1.Write any accented word in Greek: διακριτικός
> 2.Write the same word with all caps with accented letter: ΔΙΑΚΡΙΤΙΚΌΣ
> 3.Write the same word with all caps with non accented letter: ΔΙΑΚΡΙΤΙΚΟΣ

I installed hunspell-el. LibreOffice reports both all caps versions as
incorrect.

Anyway, you are a native Greek speaking individual, so I believe you -> NEW.

Arch Linux 64-bit
Version: 6.2.0.0.alpha0+
Build ID: 860a9daf2b45942a4b10ff22d36aa3fe29be19f4
CPU threads: 8; OS: Linux 4.17; UI render: default; VCL: gtk3; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group threaded
Built on July 14th 2018

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118601] word in Greek with all letters capitalized is correct with or without accent (diacritical marks)

2018-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118601

--- Comment #5 from Ηλίας Ηλιάδης  ---
Sorry if I was misunderstood, because of the limitation of spoken language. I
confirm the bug. My last comment (comment 3 2018-07-08 04:17:57 UTC) was about
the existence of this "feature" in Microsoft's products.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118601] word in Greek with all letters capitalized is correct with or without accent (diacritical marks)

2018-07-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118601

Xisco Faulí  changed:

   What|Removed |Added

 Status|REOPENED|UNCONFIRMED
 CC||xiscofa...@libreoffice.org
 Ever confirmed|1   |0

--- Comment #4 from Xisco Faulí  ---
You can't confirm your own bugs. Moving it back to UNCONFIRMED until someone
else confirms it.You can't confirm your own bugs. Moving it back to UNCONFIRMED
until someone
else confirms it.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118601] word in Greek with all letters capitalized is correct with or without accent (diacritical marks)

2018-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118601

--- Comment #3 from Ηλίας Ηλιάδης  ---
Also this was not reproduced at almost all MS Word versions I was used in the
past, thus many converted docs are now invalidated. (I do not use it anymore so
I have no info about it's current behavior)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118601] word in Greek with all letters capitalized is correct with or without accent (diacritical marks)

2018-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118601

Ηλίας Ηλιάδης  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1
 Resolution|NOTABUG |---

--- Comment #2 from Ηλίας Ηλιάδης  ---
Hi  Jacques Guilleron,
Please consider the fact that the report is not about my personal dictionary.
If there is another place that this bug should be reported I will be glad to
report if informed.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 118601] word in Greek with all letters capitalized is correct with or without accent (diacritical marks)

2018-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118601

Jacques Guilleron  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #1 from Jacques Guilleron  ---
Hi Ηλίας Ηλιάδης,

The unaccented form of the word is not recognized by the dictionary. You can
add it yourselfto the dictionairy. Be sure, however, there will be no
ombiguity.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs