[Libreoffice-bugs] [Bug 40292] Tamil vowelless consonants should be treated as independent grapheme clusters

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 11 15:35:52 CEST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=40292

Caolán McNamara <caolanm at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|libreoffice-bugs at lists.free |caolanm at redhat.com
                   |desktop.org                 |

--- Comment #3 from Caolán McNamara <caolanm at redhat.com> 2012-04-11 06:35:52 PDT ---
i18npool/source/breakiterator/data/char_in.txt might need some sort of
adjustment (or its just wrong) and i18npool/qa/cppunit/test_breakiterator.cxx
updated with these examples

The rule we're apparently following is...

$TamilLetter = [\u0B85-\u0BB9];
$TamilSignVirama = \u0BCD;
$TamilLetter ($TamilSignVirama $TamilLetter?)+;

probably needs a bit more head-scratching to get that rule right

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Libreoffice-bugs mailing list