[Libreoffice-bugs] [Bug 132272] strange hunspell behavior

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri May 1 11:23:23 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=132272

--- Comment #1 from Mauro Trevisan <tacchan666 at gmail.com> ---
I think it has something to do with the way I indicate the flags...
This one is not working (dictionary: aver/ẋ1):

  SET UTF-8

  FLAG long

  SFX ẋ1 Y 1
  SFX ẋ1 er aré/gāĪ4I4 aver

  PFX gā Y 1
  PFX gā 0 g .

  SFX Ī4 Y 1
  SFX Ī4 0 -u .

  SFX I4 Y 1
  SFX I4 0 u .

Instead this one works (dictionary: aver/x):

  SET UTF-8

  SFX x Y 1
  SFX x er aré/gIi aver

  PFX g Y 1
  PFX g 0 g .

  SFX I Y 1
  SFX I 0 -u .

  SFX i Y 1
  SFX i 0 u .

-- 
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/20200501/5d5c46a0/attachment.htm>


More information about the Libreoffice-bugs mailing list