Am 16.11.2014 um 22:26 schrieb Anthony R. Gold:
> Hamster Vr. 2.1 (Build 2.1.0.1538) has complained about a missing .cnv file
> and I don't find that one in any of the Hamster releases that I have.
>
> 2014/11/16 21:02:58 D {33c8} TClientSocketNNTP > ARTICLE 1348989
> 2014/11/16 21:02:58 D {33c8} TClientSocketNNTP < 220 1348989 <
1c4059e4-c676-47a7...@googlegroups.com> article
> 2014/11/16 21:02:58 WAR {33c8} Charset-Translation failed - no file "d:\sugarsync\daily\hamster\cs_gb2312_windows-1252.cnv"
> 2014/11/16 21:02:58 D {33c8} TClientSocketNNTP > ARTICLE 1348990
>
> Any suggestions on where to find this one and any other extra .cnv files?
The cnv files are code translation tables, used for translating encoded
headers and body. The cnv in question is needed to translate the
characters of the gb2312 code page into those of the windows-1252 code
page. But gb2312 is a code page for chinese letters. Unfortunately,
among the Hamster authors and users is a huge lack of people with enough
knowledge of the chinese language, to create such a translation table.
And even if it were translated, you most probably were not able to
understand it, were you?
If you just want to supress the warning message, make a copy of the file
cs_us-ascii_windows-1252.cnv (which is the default tranlation table) and
reanme it into cs_gb2312_windows-1252 (or generally spoken into
"cs_<source-code-page>-<target-code-page>.cnv").
Wolfgang
--