To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85036
User er changed the following:
What |Old value |New value
================================================================================
CC|'' |'er,npower,sled10guy'
--------------------------------------------------------------------------------
Status|VERIFIED |REOPENED
--------------------------------------------------------------------------------
Resolution|FIXED |
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Tue Mar 10 12:57:33 +0000
2009 -------
Assuming that this is about
http://msdn.microsoft.com/en-us/library/microsoft.visualbasic.strings.strconv.aspx
the implementation (and probably also the testcase) of VbStrConv.Wide and
VbStrConv.Narrow is completely wrong. These are not about conversion to/from
Unicode or number of bytes per character (double-byte/single-byte) used, but
full-width versus half-width characters instead. This is not a text encoding
conversion but also a transliteration, use HALFWIDTH_FULLWIDTH and
FULLWIDTH_HALFWIDTH.
It is also questionable why conversion Hiragana <-> Katakana should fail
according to the test case result. Either there are Hiragana/Katakana characters
in the string to be converted, or there are not.
---------------------------------------------------------------------
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]