Bug 5607 - sa-compile wide character warnings
Summary: sa-compile wide character warnings
Status: RESOLVED DUPLICATE of bug 7645
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: sa-compile (show other bugs)
Version: 3.2.3
Hardware: Other other
: P5 trivial
Target Milestone: Undefined
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-16 19:28 UTC by jidanni
Modified: 2019-06-24 15:35 UTC (History)
1 user (show)



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description jidanni 2007-08-16 19:28:38 UTC
Seen using sa-compile, which is apparently not UTF-8 ready


[16072] info: rules: meta test FM_DDDD_TIMES_2 has dependency
'FH_HOST_EQ_D_D_D_D' with a zero score
[16072] info: rules: meta test FM_SEX_HOSTDDDD has dependency
'FH_HOST_EQ_D_D_D_D' with a zero score
[16072] info: rules: meta test HS_PHARMA_1 has dependency
'HS_SUBJ_ONLINE_PHARMACEUTICAL' with a zero score
Wide character in print at /home/jidanni/bin/sa-compile line 379, <$fh> line 332.
Comment 1 Justin Mason 2007-08-17 01:45:39 UTC
have you got a UTF-8 locale set?  (ie. "locale" includes ".UTF-8" in the LC_*
var values).  if not, I think perl will issue that warning...
Comment 2 jidanni 2007-08-18 03:20:53 UTC
$ locale
LANG=zh_TW.utf8
LC_CTYPE=zh_TW.utf8
LC_NUMERIC="zh_TW.utf8"
LC_TIME="zh_TW.utf8"
LC_COLLATE=C
LC_MONETARY="zh_TW.utf8"
LC_MESSAGES=C
LC_PAPER="zh_TW.utf8"
LC_NAME="zh_TW.utf8"
LC_ADDRESS="zh_TW.utf8"
LC_TELEPHONE="zh_TW.utf8"
LC_MEASUREMENT="zh_TW.utf8"
LC_IDENTIFICATION="zh_TW.utf8"
LC_ALL=
Comment 3 Henrik Krohns 2019-06-24 15:35:03 UTC
Duplicate

*** This bug has been marked as a duplicate of bug 7645 ***