Re: ERROR: character 0xe3809c of encoding "UTF8" has no equivalent in EUC_JP

From: Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>
To: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Cc: ktuszynska(at)esri(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: ERROR: character 0xe3809c of encoding "UTF8" has no equivalent in EUC_JP
Date: 2011-03-23 03:38:26
Message-ID: AANLkTinsrVnOqQghcJTQU=YxxtQXwh19cJK6z_pkiFUC@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Mar 23, 2011 at 10:58, Tatsuo Ishii <ishii(at)postgresql(dot)org> wrote:
> So if we want to do a round trip conversion between
> EUC-JP and UTF-8, we have to choose either U+FF5E OR U+301C. We have
> chosen U+FF5E. If we change the mapping, many existing applications
> would break.

I heard a request a few times for an additional one-directional conversion
from U+301C to EUC-JP (0xa1c1). It should not break existing applications.
We already have non-round trip conversions for IBM and NEC extended
characters in SJIS. The policy seems not so strict for me.

Anyway, we might need to revisit the area in the near term for unicode
Emoji issue.

--
Itagaki Takahiro

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tatsuo Ishii 2011-03-23 04:02:55 Re: ERROR: character 0xe3809c of encoding "UTF8" has no equivalent in EUC_JP
Previous Message Itagaki Takahiro 2011-03-23 01:58:48 Re: ERROR: character 0xe3809c of encoding "UTF8" has no equivalent in EUC_JP