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





------- Additional comments from [EMAIL PROTECTED] Fri May  5 03:49:12 -0700 
2006 -------
Quick'n dirty notes 4 me:
iconv -f UTF8 -t UTF16 -o VCLutf16 VCL.xcu
hexdump VCLutf16 > VCLhex
cat VCLhex | cut -d " " -f 2-8 > VCLhex.noadd

Postive testing:
cat VCLhex.noadd | grep "ff33 3000"
cat VCLhex.noadd | grep "ff2d 3000"
->matches

Negative testing:
cat VCLhex.noadd | grep "ff33 0020"
cat VCLhex.noadd | grep "ff2d 0020"
->no match

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