To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70213


User bluedwarf changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|RESOLVED                  |REOPENED
--------------------------------------------------------------------------------
              Resolution|FIXED                     |
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Jun  8 04:09:29 +0000 
2007 -------
Takeshi Otsuki and Mikihiko Matsui told me two characters are not
included in my test case document. One is ASC(U+FF3C) = U+005C and
it seemes to be handled correctly by your current implementation. The
other is ASC(U+2014) = U+FF70 but it doesn't seem to be handled
correctly. You may need to modify your ASC function's implementation
to deal with the latter character. Of course, I will attach them to
new test cases.

> > http://support.microsoft.com/kb/402493/ja
>
> Well, thanks for the pointer, whatever may be written there ;-)
> I just can decifer the table that lists (apparently for Excel 5.0)
> some full-width characters that seem to be converted to half-width
> using ASC. And two other columns with characters with no
> conversion. However, only a few numbers given in the second column
> there actually match the hexagesimal Unicode value of the characters
> shown, so I'm more puzzled than delighted by that table..

The codes in that tables seemes to be expressed by decimal JIS X 0201
& JIS X 0208 codes. So I rearranged that table adding Unicode shown
below.

===== Symbols that is converted by ASC function ====
Code          | Result
8521 (U+201D) | 34 (U+0022)
8519 (U+2019) | 39 (U+0027)
8522 (U+FF08) | 40 (U+0028)
8523 (U+FF09) | 41 (U+0029)
8484 (U+FF0C) | 44 (U+002c)
8526 (U+FF3B) | 91 (U+005b)
8527 (U+FF3D) | 93 (U+005d)
8518 (U+2018) | 96 (U+0060)
8528 (U+FF5B) | 123 (U+007b)
8529 (U+FF5D) | 125 (U+007d)
8534 (U+300C) | 162 (U+ff62)
8535 (U+300D) | 163 (U+ff63)
8482 (U+3001) | 164 (U+ff64)
====================================================

=== Symbols that is NOT converted by ASC function ==
8520 (U+201C)
8524 (U+3014)
8525 (U+3015)
8530 (U+3008)
8531 (U+3009)
8532 (U+300A)
8533 (U+300B)
8536 (U+300E)
8537 (U+300F)
8538 (U+3010)
8539 (U+3011)
====================================================

I used the following two mapping list to convert these codes into
Unicode;
http://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/JIS/JIS0201.TXT
http://www.unicode.org/Public/MAPPINGS/OBSOLETE/EASTASIA/JIS/JIS0208.TXT

Anyway, I will also append these characters into the new test
cases. Would you please check your implementation again based on my
new test case document?


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