To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=36782
------- Additional comments from [EMAIL PROTECTED] Fri Feb 4 01:11:39 -0800
2005 -------
The script is aimed at finding hardcorded ones.
For instance, 'less' command displays 0x80-0xff characters in a hexdecimal
format, sandwitched with < and >.
LANG=C less binfilter/bf_sc/source/filter/excel/sc_xistyle.cxx
{ 56, NF_NUMBER_STANDARD,
"[$-0411]M<E6><9C><88>D<E6><97><A5>", LANGUAGE_JAPANESE },
{ 57, NF_NUMBER_STANDARD, "[$-030411]GE.M.D",
LANGUAGE_JAPANESE },
{ 58, NF_NUMBER_STANDARD,
"[$-030411]GGGE<E5><B9><B4>M<E6><9C><88>D<E6><97><A5>",LANGUAGE_JAPANESE }
}
Those byte sequences, A5 22, could be interrupted as a Japanese 2 byte Kanji
character by the .NET Compiler. 22 means a double quotation mark.
---------------------------------------------------------------------
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]