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] Mon Feb 7 04:24:05 -0800 2005 ------- Tora->DR: thank you for pointing out. As you mentioned, the script does not find single characters in apostrophes. A revised script that can detect such cases will be attached. find . -name '*.cxx' -o -name '*.c' -o -name '*.hxx' -o -name '*.h' | xargs perl looking_for_0x80-0xff_characters_just_before_a_quotation_mark.pl Here are additional files which can be taken care of: binfilter/bf_sw/source/filter/excel/sw_exctools.cxx sfx2/source/control/macro.cxx svtools/source/control/reginfo.cxx sw/source/ui/utlui/attrdesc.cxx tools/source/fsys/dosmsc.cxx --------------------------------------------------------------------- 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]
