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] Thu Feb  3 15:28:02 -0800 
2005 -------
OK, here is a new version of the command, which ignores comment lines:

find . -name '*.cxx' -o -name '*.c' -o -name '*.hxx' -o -name '*.h' | xargs perl
-ne 's{//.*}{}; print "$ARGV\t$.\t$_" if m/"[^\x00-\x1f]*[\x80-\xff]"/;
close(ARGV) if eof' | tee 36782-list_of_files_UTF-8.cvs

And a list of the files:
awk '{print $1}' 36782-list_of_files_UTF-8.cvs | sed -e 's/\.\///' | sort -u
binfilter/bf_sc/source/filter/excel/sc_biffdump.cxx
binfilter/bf_sc/source/filter/excel/sc_xistyle.cxx
binfilter/bf_sw/source/filter/sw6/sw_sw6par.cxx
binfilter/bf_sw/source/filter/w4w/sw_w4wgraf.cxx
binfilter/bf_sw/source/filter/ww8/sw_ww8par5.cxx
fpicker/source/win32/filepicker/workbench/Test_fps.cxx
sal/qa/osl/module/osl_Module_Const.h
sal/qa/rtl/ostring/rtl_string.cxx
sal/qa/rtl/uri/rtl_Uri.cxx
sc/source/filter/excel/biffdump.cxx
svx/source/dialog/hangulhanjadlg.cxx
sw/source/filter/sw6/sw6par.cxx
sw/source/filter/w4w/w4wgraf.cxx
sw/source/filter/ww8/ww8par5.cxx
transex3/source/wtratree.cxx
vcl/unx/source/app/keysymnames.cxx

For detail, see 36782-list_of_files_UTF-8.cvs


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