Sorry to have submitted the wrong formatted patch.
is new upload (1.12.1-1) available in the source?
I searched http://packages.debian.org/ ,latest version is still 1.12.0-1
I send this 1.12.0-1 patch ,it has worked for me for about 2 weeks and found
no problem.
I will test my patch again as soon as 1.12.1-1 is seen in my debian mirror.
cheers,
Darren.
2007/10/22, Øystein Gisnås <[EMAIL PROTECTED]>:
> Thanks for your report and patch!
>
> I don't know much about chinese character encodings, but your points
> sounds reasonable to me, and also in sync with others (see
> http://bugzilla.gnome.org/show_bug.cgi?id=446783 for example).
>
> I think the severity you set was a bit too high, so I lowered that,
> but will include a patch in the upcoming upload. I had to manually
> apply the patch, since you haven't used the "diff -u" format. For next
> time - please produce the patch with "diff -u" to make it easier for
> me.
>
> Maybe you can send an email to me with the non-conforming so that I
> can verify the patch? I'd also appreciate if you could test the new
> upload (1.12.1-1) to make sure it fixes the problem and doesn't
> introduce any regressions.
>
> Thanks,
> Øystein
>
--- evolution-data-server-1.12.0/libedataserver/e-iconv.c 2007-09-17 02:51:22.000000000 +0800
+++ evolution-data-server-1.12.0.changed/libedataserver/e-iconv.c 2007-10-19 12:03:24.000000000 +0800
@@ -135,15 +135,16 @@
{ "euckr-0", "EUC-KR" },
{ "5601", "EUC-KR" },
{ "zh_TW-euc", "EUC-TW" },
- { "zh_CN.euc", "gb2312" },
+ { "zh_CN.euc", "gb18030" },
{ "zh_TW-big5", "BIG5" },
- { "euc-cn", "gb2312" },
+ { "euc-cn", "gb18030" },
{ "big5-0", "BIG5" },
{ "big5.eten-0", "BIG5" },
{ "big5hkscs-0", "BIG5HKSCS" },
- { "gb2312-0", "gb2312" },
- { "gb2312.1980-0", "gb2312" },
- { "gb-2312", "gb2312" },
+ { "gb2312-0", "gb18030" },
+ { "gb2312.1980-0", "gb18030" },
+ { "gb-2312", "gb18030" },
+ { "gb2312", "gb18030" },
{ "gb18030-0", "gb18030" },
{ "gbk-0", "GBK" },
@@ -593,8 +594,8 @@
} cjkr_lang_map[] = {
{ "Big5", "zh" },
{ "BIG5HKSCS", "zh" },
- { "gb2312", "zh" },
{ "gb18030", "zh" },
+ { "gb2312", "zh" },
{ "gbk", "zh" },
{ "euc-tw", "zh" },
{ "iso-2022-jp", "ja" },