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] Sat Feb 12 01:24:28 -0800 
2005 -------
Here is a script for finding out suspicious files. Note that it works for 
only Japanese version of Microsoft Visual C++ .NET 2002 and 2003.

cd OOo_1.9.m77_src
find * -name '*.cxx' -o -name '*.c' -o -name '*.hxx' -o -name '*.h' -o -name
'*.cpp' | xargs perl -ne '$line=$_; s/\r\n/\n/; printf("%s\t%s\t%s", $ARGV, $.,
$line) if s/[\x80-\x9f\xe0-\xff](.|\n)//g and not m/\n\Z/; close(ARGV) if eof' |
tee 36782-suspicious_files_on_comments.cvs 
awk '{print $1}' 36782-suspicious_files_on_comments.cvs  | sort -u

binfilter/bf_sch/source/core/sch_chtmode2.cxx
binfilter/bf_svx/source/engine3d/svx_scene3d.cxx
binfilter/bf_sw/source/filter/w4w/sw_w4wpar1.cxx
binfilter/bf_sw/source/ui/app/sw_docsh.cxx
hwpfilter/source/drawdef.h
hwpfilter/source/drawing.h
hwpfilter/source/hbox.cpp
hwpfilter/source/hbox.h
hwpfilter/source/hcode.cpp
hwpfilter/source/hinfo.cpp
hwpfilter/source/hinfo.h
hwpfilter/source/hpara.cpp
hwpfilter/source/hpara.h
hwpfilter/source/hwpeq.cpp
hwpfilter/source/hwpfile.h
hwpfilter/source/hwpread.cpp
hwpfilter/source/hwpreader.cxx
hwpfilter/source/ksc5601.h
sch/source/core/chtmode2.cxx
so3/source/inplace/ipenv.cxx
svtools/source/filter.vcl/filter/sgvmain.cxx
svtools/source/filter.vcl/filter/sgvspln.cxx
svtools/source/items/itemset.cxx
svx/source/engine3d/scene3d.cxx
svx/source/svdraw/svdobj.cxx
svx/source/svdraw/svdoedge.cxx
sw/source/filter/w4w/w4wpar1.cxx
sw/source/ui/app/docsh.cxx
sw/source/ui/table/tablepg.hxx


For hwpfilter/* , how about simply inserting #pragma setlocale("C") in the 
following files?

hwpfilter/source/fontmap.cpp
hwpfilter/source/mzstring.h
hwpfilter/source/precompile.h


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