|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.319 2006/05/30 11:54:51 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.320 2006/06/15 17:38:26 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="functions">
|
4 | 4 | <title>Functions and Operators</title>
|
|
1531 | 1531 |
|
1532 | 1532 | <entry>
|
1533 | 1533 | Convert <parameter>string</parameter> to <acronym>ASCII</acronym> from another encoding
|
1534 |
| - <footnote> |
1535 |
| - <para> |
1536 |
| - The <function>to_ascii</function> function supports conversion from |
1537 |
| - <literal>LATIN1</>, <literal>LATIN2</>, <literal>LATIN9</>, |
1538 |
| - and <literal>WIN1250</> encodings only. |
| 1534 | + (only supports conversion from <literal>LATIN1</>, <literal>LATIN2</>, <literal>LATIN9</>, |
| 1535 | + and <literal>WIN1250</> encodings) |
1539 | 1536 | </para>
|
1540 | 1537 | </footnote>
|
1541 | 1538 | </entry>
|
|