aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-12-08 22:44:55 +0000
committerBruce Momjian <bruce@momjian.us>2005-12-08 22:44:55 +0000
commit8c09ba866c0253de2b930e431db37c7fc38e30c7 (patch)
tree3cb7bce328299d1bc404f53289466c3feca260d4
parentf2946c717d3936748144160f6c230309c9fb3732 (diff)
downloadpostgresql-8c09ba866c0253de2b930e431db37c7fc38e30c7.tar.gz
postgresql-8c09ba866c0253de2b930e431db37c7fc38e30c7.zip
Wrap UTF-8 paragraph.
-rw-r--r--doc/src/sgml/release.sgml21
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index fe2a90fc60d..8a7df2ace0c 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.409 2005/12/08 22:35:44 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.410 2005/12/08 22:44:55 momjian Exp $
Typical markup:
@@ -586,16 +586,17 @@ psql -t -f fixseq.sql db1 | psql -e db1
<listitem>
<para>
- Some users are having problems loading UTF-8 data into
- 8.1.X. This is because previous versions allowed invalid UTF-8 byte
+ Some users are having problems loading UTF-8 data into 8.1.X.
+ This is because previous versions allowed invalid UTF-8 byte
sequences to be entered into the database, and this release
- properly accepts only valid UTF-8 sequences. One
- way to correct a dumpfile is to run the command <command>iconv -c -f UTF-8 -t UTF-8
- -o cleanfile.sql dumpfile.sql</>. The <literal>-c</> option removes
- invalid character sequences. A diff of the two files will show the
- sequences that are invalid. <command>iconv</> reads the entire input
- file into memory so it might be necessary to use <command>split</>
- to break up the dump into multiple smaller files for processing.
+ properly accepts only valid UTF-8 sequences. One way to correct a
+ dumpfile is to run the command <command>iconv -c -f UTF-8 -t
+ UTF-8 -o cleanfile.sql dumpfile.sql</>. The <literal>-c</> option
+ removes invalid character sequences. A diff of the two files will
+ show the sequences that are invalid. <command>iconv</> reads the
+ entire input file into memory so it might be necessary to use
+ <command>split</> to break up the dump into multiple smaller
+ files for processing.
</para>
</listitem>