You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2014/01/07 09:44:15 UTC

[Bug 123986] New: [ia2] charmap accessibility fails for code points beyond the unicode baseplane

https://issues.apache.org/ooo/show_bug.cgi?id=123986

            Bug ID: 123986
        Issue Type: DEFECT
           Summary: [ia2] charmap accessibility fails for code points
                    beyond the unicode baseplane
           Product: General
           Version: 4.1.0-dev
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: accessibility
          Assignee: issues@openoffice.apache.org
          Reporter: hdu@apache.org
                CC: issues@openoffice.apache.org

The compiler rightfully complained about
"charmapacc.cxx:712: warning: comparison is always false due to limited range
of data type"
because an unsigned 16bit type was compared against 0xFFFF. For codepoints
bigger than this only the codepoint of the first part of the surrogate pair was
reported. Reporting the full UTF-32 codepoint instead would be correct.

So the code needs some adjustments to also work with codepoints beyond the
unicode base plane.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

[Bug 123986] [ia2] charmap accessibility fails for code points beyond the unicode baseplane

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=123986

hdu@apache.org <hd...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
             Blocks|                            |121767
         Resolution|---                         |FIXED
           Assignee|issues@openoffice.apache.or |hdu@apache.org
                   |g                           |
   Target Milestone|---                         |4.1.0

--- Comment #2 from hdu@apache.org <hd...@apache.org> ---
Fixed with the commit above.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

[Issue 123986] [ia2] charmap accessibility fails for code points beyond the unicode baseplane

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=123986

hdu@apache.org <hd...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

--- Comment #3 from hdu@apache.org <hd...@apache.org> ---
Closing the resolved issue.

-- 
You are receiving this mail because:
You are on the CC list for the issue.
You are watching all issue changes.

[Bug 123986] [ia2] charmap accessibility fails for code points beyond the unicode baseplane

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=123986

--- Comment #1 from SVN Robot <sv...@dev.null.org> ---
"hdu" committed SVN revision 1556146 into trunk:
#i123986# fix charmap accessibility for code points beyond the unicode
baseplane

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.