diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index aa7e2b09898..9f8fdd89324 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -356,6 +356,12 @@ </thead> <tbody> <row> + <entry>to_ascii(text [,name|int])</entry> + <entry>text</entry> + <entry>convert text from multibyte encoding to ASCII</entry> + <entry>to_ascii('Karel')</entry> + </row> + <row> <entry>char(text)</entry> <entry>char</entry> <entry>convert text to char type</entry> @@ -447,6 +453,9 @@ <para> Most functions explicitly defined for text will work for char() and varchar() arguments. </para> + <para> + The to_ascii() support conversion from LATIN1, LATIN2, WIN1250 (CP1250) only. + </para> </sect1> <sect1> @@ -804,6 +813,10 @@ <entry>week number of year (1-53) where first week start on the first day of the year</entry> </row> <row> + <entry>IW</entry> + <entry>ISO week number of year</entry> + </row> + <row> <entry>CC</entry> <entry>century (2 digits)</entry> </row> |