Tatsuo Ishii writes:
> Done. See current doc (user's guide "6.4. String Functions and
> Operators" Table 6-7 "Available conversion names") how I changed the
> conversion names.
What guideline did you follow? For example, should koi8r be koi8_r? Or
should winXXX be win_XXX?
--
Peter Eisentrau
> > I suggest using the official IANA names and replace all the non-identifier
> > characters by underscores and all upper-case letters with lower-case.
> > So it would be iso_8859_1_to_utf_8. That way it's almost as pretty but a
> > lot more predictable.
>
> Sounds reasonable. I'll look into th
Hello,
The attached patch adds CONVERSION stuff for cyrillic and
win874/1250/1251/1256 encodings.
Thank you.
From: Tatsuo Ishii <[EMAIL PROTECTED]>
Subject: [HACKERS] SQL99 CONVERT() function
Date: Tue, 06 Aug 2002 14:55:04 +0900 (JST)
Message-ID: <[EMAIL PROTECTED]>
> I have added SQL99's CON