String Functions PostgreSQL

postgres=# SELECT to_ascii('Multibyte Source', 'LATIN1');
     to_ascii
------------------
 Multibyte Source
(1 row)