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:39:23 -0800 
2005 -------
Here is a script for finding out suspicious files for all other languages that 
use double-byte character set (DBCS).

cd OOo_1.9.m77_src
find * -name '*.cxx' -o -name '*.c' -o -name '*.hxx' -o -name '*.h' -o -name
'*.cpp' | xargs perl -ne 's/\r\n/\n/; printf("%s\t%s\t%s", $ARGV, $., $_) if
m/[\x80-\xff]\Z/; close(ARGV) if eof' > z

awk '{print $1}' z | sort -u | wc -l
      58

awk '{print $1}' z | sort -u 

binfilter/bf_forms/source/misc/forms_services.cxx
binfilter/bf_sch/source/core/sch_chtmode2.cxx
binfilter/bf_sfx2/source/dialog/sfx2_filtergrouping.cxx
binfilter/bf_starmath/source/starmath_xchar.cxx
binfilter/bf_svx/source/engine3d/svx_scene3d.cxx
binfilter/bf_svx/source/svrtf/svx_rtfitem.cxx
binfilter/bf_sw/source/filter/w4w/sw_w4wpar1.cxx
binfilter/bf_sw/source/ui/app/sw_docsh.cxx
connectivity/source/commontools/FValue.cxx
connectivity/source/drivers/evoab/LColumnAlias.cxx
connectivity/source/drivers/evoab/LConfigAccess.cxx
connectivity/source/drivers/mozab/MConfigAccess.cxx
forms/source/misc/services.cxx

hwpfilter/*

sal/qa/osl/file/osl_File_Const.h
sch/source/core/chtmode2.cxx
sfx2/source/dialog/filtergrouping.cxx
so3/source/inplace/ipenv.cxx
starmath/source/xchar.cxx
svtools/source/filepicker/iodlg.cxx
svtools/source/filepicker/pickerhistory.cxx
svtools/source/filter.vcl/filter/sgvmain.cxx
svtools/source/filter.vcl/filter/sgvspln.cxx
svtools/source/filter.vcl/filter/sgvtext.cxx
svtools/source/items/itemset.cxx
svx/inc/svdio.hxx
svx/inc/svdmodel.hxx
svx/inc/svdomeas.hxx
svx/inc/svdtrans.hxx
svx/inc/sxmlhitm.hxx
svx/source/engine3d/scene3d.cxx
svx/source/form/formcontrolling.cxx
svx/source/svdraw/svdobj.cxx
svx/source/svdraw/svdoedge.cxx
svx/source/svrtf/rtfitem.cxx
sw/source/filter/w4w/w4wpar1.cxx
sw/source/ui/app/docsh.cxx
sw/source/ui/table/tablepg.hxx
toolkit/source/controls/dialogcontrol.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]

Reply via email to