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