Re: Does postgresql support HKSCS ?

From: Ang Chin Han <angch(at)bytecraft(dot)com(dot)my>
To: Dennis Gearon <gearond(at)fireserve(dot)net>
Cc: Eric Tan <neltan2002(at)yahoo(dot)com(dot)hk>, pgsql-general(at)postgresql(dot)org
Subject: Re: Does postgresql support HKSCS ?
Date: 2003-10-09 08:44:03
Message-ID: 3F851FD3.5040203@bytecraft.com.my
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dennis Gearon wrote:

> Isn't HKSC one of the languages supported by UNICODE? I thought they had
> every langauge past and present in it.

You'll have to map HKSCS to UNICODE yourself before the data hits
postgresql, and data out of postgresql would be in UNICODE, and up to
you to convert back to HKSCS after retrival. pgsql doesn't have *native*
HKSCS support.

HKSCS is an extension of Big5 right? From the info we have:

http://www.unicode.org/faq/unicode_iso.html
http://www.info.gov.hk/digital21/eng/hkscs/download/big5-iso.txt

We might be able to duplicate Big5's code in pgsql to support HKSCS
natively.

I don't have experience with HKSCS nor test materials to attempt it though.

--
Linux homer 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 i686 i686 i386
GNU/Linux
4:00pm up 287 days, 7:33, 8 users, load average: 6.32, 6.34, 6.18

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Harald Fuchs 2003-10-09 08:52:50 Re: Generating a SQL Server population routine
Previous Message Sean Chittenden 2003-10-09 08:19:09 Re: int1?