[Libreoffice-bugs] [Bug 142437] Applying autocorrect wordlist changes sub-strings for Marathi

2023-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142437

Baole Fang  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |baole.f...@gmail.com
   |desktop.org |
 Ever confirmed|0   |1
 Status|UNCONFIRMED |ASSIGNED

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

[Libreoffice-bugs] [Bug 142437] Applying autocorrect wordlist changes sub-strings for Marathi

2023-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142437

--- Comment #14 from Baole Fang  ---
I can work on this, but I need more information about how to make the changes.

Should I modify isLetterNumeric function [1] to take into account BASE_FORM
[2]?
Or should I modify the function here [3] to take into account BASE_FORM [2]?

[1]
https://cgit.freedesktop.org/libreoffice/core/tree/unotools/source/i18n/charclass.cxx#:~:text=bool%20CharClass%3A%3AisLetterNumeric(%20const%20OUString%26%20rStr%2C%20sal_Int32%20nPos%20)%20const
[2]
https://cgit.freedesktop.org/libreoffice/core/tree/i18npool/source/characterclassification/cclass_unicode.cxx#:~:text=case%20U_COMBINING_SPACING_MARK%3A%0A%20%20%20%20%20%20%20%20return-,BASE_FORM,-%7CPRINTABLE%3B%0A%0A%20%20%20%20//%20Print%0A%20%20%20%20case
[3]
https://cgit.freedesktop.org/libreoffice/core/tree/sw/source/core/edit/autofmt.cxx#:~:text=if%20(!(rAppCC.isLetterNumeric(*pText%2C%20sal_Int32(nPos))

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

[Libreoffice-bugs] [Bug 142437] Applying autocorrect wordlist changes sub-strings for Marathi

2023-06-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142437

--- Comment #13 from Baole Fang  ---
The issue is caused by u_charType recognizes character "ि" as
U_COMBINING_SPACING_MARK, where cclass_Unicode::getCharType returns
BASE_FORM|PRINTABLE [1]. It is not considered as LetterNumeric by [2], so "ि" is
considered as a word seperator by [3].


[1]
https://cgit.freedesktop.org/libreoffice/core/tree/i18npool/source/characterclassification/cclass_unicode.cxx#:~:text=return%20BASE_FORM%7CPRINTABLE%3B
[2]
https://cgit.freedesktop.org/libreoffice/core/tree/unotools/source/i18n/charclass.cxx#:~:text=bool%20CharClass%3A%3AisLetterNumeric(%20const%20OUString%26%20rStr%2C%20sal_Int32%20nPos%20)%20const
[3]
https://cgit.freedesktop.org/libreoffice/core/tree/sw/source/core/edit/autofmt.cxx#:~:text=if%20(!(rAppCC.isLetterNumeric(*pText%2C%20sal_Int32(nPos))

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

[Libreoffice-bugs] [Bug 142437] Applying autocorrect wordlist changes sub-strings for Marathi

2023-06-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142437

--- Comment #12 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

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

[Libreoffice-bugs] [Bug 142437] Applying autocorrect wordlist changes sub-strings for Marathi

2023-06-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142437

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Libreoffice-bugs] [Bug 142437] Applying autocorrect wordlist changes sub-strings for Marathi

2023-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142437

--- Comment #11 from Shantanu  ---
>> Have you also asked the developer of the extension?
No. Because I am the developer! :)

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

[Libreoffice-bugs] [Bug 142437] Applying autocorrect wordlist changes sub-strings for Marathi

2023-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142437

--- Comment #10 from Shantanu  ---
Expected: The second half on the third line should not be changed to 'and'. It
should remain as 'adn' because the substring 'adn' is part of a word and not a
new word, unlike what is shown on the first line.

As a result of this bug, I am unable to use autocorrect for Marathi as it is
changing certain parts of words in an unpredictable manner. This issue may also
be present for other languages, but I am unable to verify. Apply - Autocorrect
is an awesome feature that is too good to miss. Microsoft word does not support
this.

However, English does not have any problems.

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

[Libreoffice-bugs] [Bug 142437] Applying autocorrect wordlist changes sub-strings for Marathi

2023-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142437

--- Comment #9 from Baole Fang  ---
It seems to me that the problem is related to "Use replacement table" option in
Tools/AutoCorrect.

I guess there are two issues here:
1. "Use replacement table" doesn't work while typing, because if you type
"adn", it is not changed into "and". (a new ticket maybe?)
2. "Use replacement table" doesn't behave correctly when it comes to some
non-English characters.

Maybe someone can confirm what is expected in this ticket.

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

[Libreoffice-bugs] [Bug 142437] Applying autocorrect wordlist changes sub-strings for Marathi

2023-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142437

--- Comment #8 from Baole Fang  ---
It is confirmed that the problem still exists:

adn
madn
adnिadn 
adnतadn

will be changed into:

and
madn
adnिand 
adnतadn

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 5a86dd3a5008d13a5ca1f687e4602311f0a7be45
CPU threads: 12; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 142437] Applying autocorrect wordlist changes sub-strings for Marathi

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142437

Shantanu  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||8192

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

[Libreoffice-bugs] [Bug 142437] Applying autocorrect wordlist changes sub-strings for Marathi

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142437

Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #7 from Dieter  ---
Shantanu, it seems, that nobody could confirm your bug report. An new major
release is now available. So could you please retest again with the latest
version of LO (LO 7.5) and give feedback?

=> NEEDINFO

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

[Libreoffice-bugs] [Bug 142437] Applying autocorrect wordlist changes sub-strings for Marathi

2021-11-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142437

Shantanu  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #6 from Shantanu  ---
Reproduced using:

Version: 7.1.4.2 (x64) / LibreOffice Community
Build ID: a529a4fab45b75fefc5b6226684193eb000654f6
CPU threads: 1; OS: Windows 10.0 Build 17763; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

Can you please post your output when you apply autocorrect to the list
mentioned in my post (comment 3)?

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

[Libreoffice-bugs] [Bug 142437] Applying autocorrect wordlist changes sub-strings for Marathi

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

Xisco Faulí  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||xiscofa...@libreoffice.org

--- Comment #5 from Xisco Faulí  ---
Thank you for reporting the bug.
it seems you're using an old version of LibreOffice.
Could you please try to reproduce it with the latest version of LibreOffice
from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest version.

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

[Libreoffice-bugs] [Bug 142437] Applying autocorrect wordlist changes sub-strings for Marathi

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

--- Comment #4 from Shantanu  ---
use the dispatcher instead of gotoEndOfWord method as suggested here...

https://stackoverflow.com/questions/67947672/can-you-print-the-wavy-lines-generated-by-spell-check-in-writer

-- 
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 142437] Applying autocorrect wordlist changes sub-strings for Marathi

2021-06-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142437

Shantanu  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||7651

-- 
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 142437] Applying autocorrect wordlist changes sub-strings for Marathi

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

Shantanu  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #3 from Shantanu  ---
I can reproduce the bug without the extension. Type these 4 lines in Writer:

adn
madn
adnिadn 
adnतadn

When you apply auto-correct, only the first one should change. Right?

and
madn
adnिand 
adnतadn

The third line has changed but not the forth. And the first half of third line
is unchanged. Interestingly, when I type the words, it works as expected. The
bug can be reproduced only if I use tools - autocorrect - apply.

The Devnagari characters like "ि" should not be considered as space. These
characters contain in almost all Hindi/ Marathi words.

-- 
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 142437] Applying autocorrect wordlist changes sub-strings for Marathi

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

Dieter  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
 CC||dgp-m...@gmx.de
 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #2 from Dieter  ---
Shantanu, thank you for reporting the bug. I'm not sure, if the problem is
caused by LibreOffice. Have you also asked the developer of the extension?
=> NEEDINFO

-- 
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 142437] Applying autocorrect wordlist changes sub-strings for Marathi

2021-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142437

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
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 142437] Applying autocorrect wordlist changes sub-strings for Marathi

2021-05-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142437

--- Comment #1 from Shantanu  ---
Created attachment 172256
  --> https://bugs.documentfoundation.org/attachment.cgi?id=172256=edit
sub-string replaced while applying autocorrect list

-- 
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