Bug#1058926: evolution: best charset for korean

2023-12-19 Thread 황병희
On Mon, 2023-12-18 at 23:09 +, Simon McVittie wrote: > > Nowdays most Koreans prefer UTF-8 over EUC-KR in Email: > ... > > -   { "EUC-KR", E_CHARSET_KOREAN, NULL }, > > +   { "UTF-8", E_CHARSET_KOREAN, NULL }, > > > This is a more complicated issue than i might think. > > I will try

Bug#1058926: evolution: best charset for korean

2023-12-18 Thread Simon McVittie
> Nowdays most Koreans prefer UTF-8 over EUC-KR in Email: ... > - { "EUC-KR", E_CHARSET_KOREAN, NULL }, > + { "UTF-8", E_CHARSET_KOREAN, NULL }, > This is a more complicated issue than i might think. > I will try again later. If possible, I think this sort of change is better

Bug#1058926: evolution: best charset for korean

2023-12-18 Thread Byung-Hee HWANG
Package: evolution Version: 3.50.2-1 Severity: normal Tags: patch Dear Maintainer, Nowdays most Koreans prefer UTF-8 over EUC-KR in Email: diff --git a/src/e-util/e-charset.c b/src/e-util/e-charset.c index 2cc7188059..99df3d52ae 100644 --- a/src/e-util/e-charset.c +++ b/src/e-util/e-charset.c