ascii() for utf8 - Mailing list pgsql-general

From Stuart
Subject ascii() for utf8
Date
Msg-id f8dd4d$246$1@sea.gmane.org
Whole thread Raw
Responses Re: ascii() for utf8
List pgsql-general
Does Postgresql have a function like ascii() that will
return the unicode codepoint value for a utf8 character?
(And symmetrically same for question chr() of course).

I didn't find anything in the docs so I think the answer
is no which leads me to ask...  Why not?  (Hard to believe
lack of need without concluding that either ascii() is
not needed, of utf8 text is little used.)

Are there technical problems in implementing such a
function?  Has anyone else already done this (ie, is
there somewhere I could get it from?)

Is there some other non-obvious way to get the cp value
for the utf8 character?

I think I could use plperl or plpython for this but
this seems like an awful lot of overhead for such a
basic task.


pgsql-general by date:

Previous
From: "Paolo Victor"
Date:
Subject: Re: How do I create a database if I can't connect to it?
Next
From: Lincoln Yeoh
Date:
Subject: How best to represent relationships in a database generically?