Gord Tomlin <gord.tom...@sympatico.ca> writes:
> EBCDIC doesn't always have to be a show stopper. There are plenty of 
> applications that have been ported successfully, and a few (notably 
> Python) that haven't gone so well. An easy way to get burned is to make 
> ASCII-centric assumptions about collating order, e.g., c'A' > c'1', or 
> c'A' < c'a'.

The code's kinda full of those, too :-( --- maybe not directly on the
type of case you mention, but there are definitely assumptions that the
codes for letters and numbers are consecutive, which IIRC EBCDIC fails
to do.  We've never spent any effort to avoid that.

                        regards, tom lane


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to