To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102943
                 Issue #|102943
                 Summary|meta-issue for tracking non-unicode baseplane problems
               Component|l10n
                 Version|OOo 3.0
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|hdu
             Reported by|hdu





------- Additional comments from h...@openoffice.org Fri Jun 19 10:47:18 +0000 
2009 -------
Many parts of the OOo codebase have the common problem that only codepoints 
from the unicode 
base plane are considered. As a rule of thumb any use of individual 
sal_Unicodes has these problems, 
because that type was defined as only 16-bit unsigned integer. Th

Better alternatives (like sal_UCS4 or sal_UTF32) as suggested in 
http://www.openoffice.org/servlets/BrowseList?list=interface-discuss&by=thread&from=1589799
 
were rejected because other 32bit types could be used. That important semantic 
context (the value 
representing a unicode codepoint)t would be lost by this "interface vs. 
implementation" abuse though.

With some automation it should be possible to find code that uses indiviual 
sal_Unicodes. Looking over 
every one of them and fixing them (using something that doesn't loose the 
higher order bits and the 
unicode semantic) at is a lot of work though. This tracker issue could help to 
determine the priority of 
such a high effort task.

---------------------------------------------------------------------
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: issues-unsubscr...@l10n.openoffice.org
For additional commands, e-mail: issues-h...@l10n.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to