To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=71449
                 Issue #|71449
                 Summary|hunspell: contains large utf_lst table
               Component|lingucomponent
                 Version|OOo 2.0.4
                Platform|PC
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|spell checking
             Assigned to|[EMAIL PROTECTED]
             Reported by|cmc





------- Additional comments from [EMAIL PROTECTED] Sat Nov 11 04:30:20 -0800 
2006 -------
hunspell for spellchecking contains a huge utf_lst table for uppercasing and
lowercasing characters, it apparently covers all of unicode, and for each entry
there the unicode point, and the matching upper/lower points. That's a pretty
big damn table.

we have icu in OOo, and there is uchar.h u_tolower and u_toupper, can we rejig
hunspell to use those at runtime to determine the uppercase and lowercase of a
unicode character and drop this table ?

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to