to_ascii('Multibyte Source', 'LATIN1') : to_ascii « String Functions « PostgreSQL






to_ascii('Multibyte Source', 'LATIN1')


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


           
       








Related examples in the same category