To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67579
                 Issue #|67579
                 Summary|Support specific mathematical Unicode characters in nu
                        |mbers
               Component|utilities
                 Version|OOo 2.0.3
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|ENHANCEMENT
                Priority|P3
            Subcomponent|code
             Assigned to|er
             Reported by|er





------- Additional comments from [EMAIL PROTECTED] Wed Jul 19 09:30:22 -0700 
2006 -------
The following Unicode characters denoting unary operators in numerical context
are not recognized during parsing of numbers and result in textual content 
instead:

   Octal  Decimal      Hex        HTML    Character   Unicode
   03152     1642    0x66A     ٪    "٪"         ARABIC PERCENT SIGN
  021022     8722   0x2212     −    "−"         MINUS SIGN
 0177405    65285   0xFF05    %    "%"         FULLWIDTH PERCENT SIGN
 0177413    65291   0xFF0B    +    "+"         FULLWIDTH PLUS SIGN
 0177415    65293   0xFF0D    -    "-"         FULLWIDTH HYPHEN-MINUS

The fullwidth hyphen-minus because it is the equivalent of
     055       45     0x2D       -    "-"         HYPHEN-MINUS
which is the ordinary ASCII minus sign. The fullwidth character may be used in
CJK languages.

However,
    0255      173     0xAD       ­    "­"         SOFT HYPHEN
should not be included in this list, its use as a minus sign is wrong.

---------------------------------------------------------------------
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