1- <!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.49 2005/03/07 04:30:48 momjian Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.50 2005/03/12 06:28:17 momjian Exp $ -->
22
33<chapter id="charset">
44 <title>Localization</>
@@ -344,47 +344,47 @@ initdb --locale=sv_SE
344344 </row>
345345 <row>
346346 <entry><literal>MULE_INTERNAL</literal></entry>
347- <entry>Mule internal code</entry>
347+ <entry>Mule internal code (Multi-lingual Emacs) </entry>
348348 </row>
349349 <row>
350350 <entry><literal>LATIN1</literal></entry>
351- <entry>ISO 8859-1/<acronym>ECMA</> 94 (Latin alphabet no.1 )</entry>
351+ <entry>ISO 8859-1/<acronym>ECMA</> 94 (Western European )</entry>
352352 </row>
353353 <row>
354354 <entry><literal>LATIN2</literal></entry>
355- <entry>ISO 8859-2/<acronym>ECMA</> 94 (Latin alphabet no.2 )</entry>
355+ <entry>ISO 8859-2/<acronym>ECMA</> 94 (Central European )</entry>
356356 </row>
357357 <row>
358358 <entry><literal>LATIN3</literal></entry>
359- <entry>ISO 8859-3/<acronym>ECMA</> 94 (Latin alphabet no.3 )</entry>
359+ <entry>ISO 8859-3/<acronym>ECMA</> 94 (South European )</entry>
360360 </row>
361361 <row>
362362 <entry><literal>LATIN4</literal></entry>
363- <entry>ISO 8859-4/<acronym>ECMA</> 94 (Latin alphabet no.4 )</entry>
363+ <entry>ISO 8859-4/<acronym>ECMA</> 94 (North European )</entry>
364364 </row>
365365 <row>
366366 <entry><literal>LATIN5</literal></entry>
367- <entry>ISO 8859-9/<acronym>ECMA</> 128 (Latin alphabet no.5 )</entry>
367+ <entry>ISO 8859-9/<acronym>ECMA</> 128 (Turkish )</entry>
368368 </row>
369369 <row>
370370 <entry><literal>LATIN6</literal></entry>
371- <entry>ISO 8859-10/<acronym>ECMA</> 144 (Latin alphabet no.6 )</entry>
371+ <entry>ISO 8859-10/<acronym>ECMA</> 144 (Nordic )</entry>
372372 </row>
373373 <row>
374374 <entry><literal>LATIN7</literal></entry>
375- <entry>ISO 8859-13 (Latin alphabet no.7 )</entry>
375+ <entry>ISO 8859-13 (Baltic )</entry>
376376 </row>
377377 <row>
378378 <entry><literal>LATIN8</literal></entry>
379- <entry>ISO 8859-14 (Latin alphabet no.8 )</entry>
379+ <entry>ISO 8859-14 (Celtic )</entry>
380380 </row>
381381 <row>
382382 <entry><literal>LATIN9</literal></entry>
383- <entry>ISO 8859-15 (Latin alphabet no.9 )</entry>
383+ <entry>ISO 8859-15 (LATIN1 with Euro and accents )</entry>
384384 </row>
385385 <row>
386386 <entry><literal>LATIN10</literal></entry>
387- <entry>ISO 8859-16/<acronym>ASRO</> SR 14111 (Latin alphabet no.10 )</entry>
387+ <entry>ISO 8859-16/<acronym>ASRO</> SR 14111 (Romanian )</entry>
388388 </row>
389389 <row>
390390 <entry><literal>ISO_8859_5</literal></entry>
@@ -404,23 +404,23 @@ initdb --locale=sv_SE
404404 </row>
405405 <row>
406406 <entry><literal>KOI8</literal></entry>
407- <entry><acronym>KOI</acronym>8-R(U)</entry>
407+ <entry><acronym>KOI</acronym>8-R(U) (Cyrillic) </entry>
408408 </row>
409409 <row>
410410 <entry><literal>WIN866</literal></entry>
411- <entry>Windows CP866</entry>
411+ <entry>Windows CP866 (Cyrillic) </entry>
412412 </row>
413413 <row>
414414 <entry><literal>WIN874</literal></entry>
415415 <entry>Windows CP874 (Thai)</entry>
416416 </row>
417417 <row>
418418 <entry><literal>WIN1250</literal></entry>
419- <entry>Windows CP1250</entry>
419+ <entry>Windows CP1250 (Central European) </entry>
420420 </row>
421421 <row>
422422 <entry><literal>WIN1251</literal></entry>
423- <entry>Windows CP1251</entry>
423+ <entry>Windows CP1251 (Cyrillic) </entry>
424424 </row>
425425 <row>
426426 <entry><literal>WIN1256</literal></entry>
@@ -881,6 +881,18 @@ RESET client_encoding;
881881 These are good sources to start learning about various kinds of encoding
882882 systems.
883883
884+ <variablelist>
885+ <varlistentry>
886+ <term><ulink url="http://www.i18ngurus.com/docs/984813247.html"></ulink></term>
887+
888+ <listitem>
889+ <para>
890+ An extensive collection of documents about character sets, encodings,
891+ and code pages.
892+ </para>
893+ </listitem>
894+ </varlistentry>
895+
884896 <variablelist>
885897 <varlistentry>
886898 <term><ulink url="ftp://ftp.ora.com/pub/examples/nutshell/ujip/doc/cjk.inf"></ulink></term>