Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite42e3b6

Browse files
committed
Reorder documented encodings to be alphabetical.
Remove warning about pre-7.2 LATIN5 usage.
1 parentee1bd33 commite42e3b6

File tree

1 file changed

+39
-49
lines changed

1 file changed

+39
-49
lines changed

‎doc/src/sgml/charset.sgml

Lines changed: 39 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.51 2005/03/13 01:26:30 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.52 2005/03/13 01:30:59 momjian Exp $ -->
22

33
<chapter id="charset">
44
<title>Localization</>
@@ -314,52 +314,60 @@ initdb --locale=sv_SE
314314
</row>
315315
</thead>
316316
<tbody>
317-
<row>
318-
<entry><literal>SQL_ASCII</literal></entry>
319-
<entry><acronym>ASCII</acronym></entry>
320-
</row>
321317
<row>
322318
<entry><literal>BIG5</literal></entry>
323319
<entry>Chinese</entry>
324320
<entry>Aliases: WIN950, Windows950</entry>
325321
</row>
326-
<row>
327-
<entry><literal>EUC_JP</literal></entry>
328-
<entry>Japanese <acronym>EUC</></entry>
329-
</row>
330322
<row>
331323
<entry><literal>EUC_CN</literal></entry>
332324
<entry>Chinese <acronym>EUC</></entry>
333325
</row>
334326
<row>
335-
<entry><literal>EUC_KR</literal></entry>
336-
<entry>Korean <acronym>EUC</></entry>
327+
<entry><literal>EUC_JP</literal></entry>
328+
<entry>Japanese <acronym>EUC</></entry>
337329
</row>
338330
<row>
339-
<entry><literal>JOHAB</literal></entry>
340-
<entry>Korean <acronym>EUC</> (Hangle base)</entry>
331+
<entry><literal>EUC_KR</literal></entry>
332+
<entry>Korean <acronym>EUC</></entry>
341333
</row>
342334
<row>
343335
<entry><literal>EUC_TW</literal></entry>
344336
<entry>Taiwan <acronym>EUC</acronym></entry>
345337
</row>
338+
<row>
339+
<entry><literal>GB18030</literal></entry>
340+
<entry>Chinese </entry>
341+
</row>
346342
<row>
347343
<entry><literal>GBK</literal></entry>
348344
<entry>Chinese <acronym>EUC</acronym></entry>
349345
<entry>Aliases: WIN936, Windows936</entry>
350346
</row>
351347
<row>
352-
<entry><literal>GB18030</literal></entry>
353-
<entry>Chinese</entry>
348+
<entry><literal>ISO_8859_5</literal></entry>
349+
<entry>ISO 8859-5/<acronym>ECMA</> 113 (Latin/Cyrillic)</entry>
354350
</row>
355351
<row>
356-
<entry><literal>UTF8</literal></entry>
357-
<entry>UTF-8 (Unicode, 8-bit)</entry>
358-
<entry>Aliases: Unicode</entry>
352+
<entry><literal>ISO_8859_6</literal></entry>
353+
<entry>ISO 8859-6/<acronym>ECMA</> 114 (Latin/Arabic)</entry>
359354
</row>
360355
<row>
361-
<entry><literal>MULE_INTERNAL</literal></entry>
362-
<entry>Mule internal code (Multi-lingual Emacs)</entry>
356+
<entry><literal>ISO_8859_7</literal></entry>
357+
<entry>ISO 8859-7/<acronym>ECMA</> 118 (Latin/Greek)</entry>
358+
</row>
359+
<row>
360+
<entry><literal>ISO_8859_8</literal></entry>
361+
<entry>ISO 8859-8/<acronym>ECMA</> 121 (Latin/Hebrew)</entry>
362+
</row>
363+
<row>
364+
<entry><literal>JOHAB</literal></entry>
365+
<entry>Korean <acronym>EUC</> (Hangle base)</entry>
366+
</row>
367+
<row>
368+
<entry><literal>KOI8</literal></entry>
369+
<entry><acronym>KOI</acronym>8-R(U) (Cyrillic)</entry>
370+
<entry>Aliases: KOI8</entry>
363371
</row>
364372
<row>
365373
<entry><literal>LATIN1</literal></entry>
@@ -412,36 +420,28 @@ initdb --locale=sv_SE
412420
<entry>Aliases: ISO885916</entry>
413421
</row>
414422
<row>
415-
<entry><literal>ISO_8859_5</literal></entry>
416-
<entry>ISO 8859-5/<acronym>ECMA</> 113 (Latin/Cyrillic)</entry>
417-
</row>
418-
<row>
419-
<entry><literal>ISO_8859_6</literal></entry>
420-
<entry>ISO 8859-6/<acronym>ECMA</> 114 (Latin/Arabic)</entry>
421-
</row>
422-
<row>
423-
<entry><literal>ISO_8859_7</literal></entry>
424-
<entry>ISO 8859-7/<acronym>ECMA</> 118 (Latin/Greek)</entry>
425-
</row>
426-
<row>
427-
<entry><literal>ISO_8859_8</literal></entry>
428-
<entry>ISO 8859-8/<acronym>ECMA</> 121 (Latin/Hebrew)</entry>
429-
</row>
430-
<row>
431-
<entry><literal>KOI8</literal></entry>
432-
<entry><acronym>KOI</acronym>8-R(U) (Cyrillic)</entry>
433-
<entry>Aliases: KOI8</entry>
423+
<entry><literal>MULE_INTERNAL</literal></entry>
424+
<entry>Mule internal code (Multi-lingual Emacs)</entry>
434425
</row>
435426
<row>
436427
<entry><literal>SJIS</literal></entry>
437428
<entry>SJIS (Japanese)</entry>
438429
<entry>Aliases: Mskanji, ShiftJIS, WIN932, Windows932</entry>
439430
</row>
431+
<row>
432+
<entry><literal>SQL_ASCII</literal></entry>
433+
<entry><acronym>ASCII</acronym></entry>
434+
</row>
440435
<row>
441436
<entry><literal>UHC</literal></entry>
442437
<entry>Unified Hangul Code (Korean)</entry>
443438
<entry>Aliases: WIN949, Windows949</entry>
444439
</row>
440+
<row>
441+
<entry><literal>UTF8</literal></entry>
442+
<entry>UTF-8 (Unicode, 8-bit)</entry>
443+
<entry>Aliases: Unicode</entry>
444+
</row>
445445
<row>
446446
<entry><literal>WIN866</literal></entry>
447447
<entry>Windows CP866 (Cyrillic)</entry>
@@ -473,16 +473,6 @@ initdb --locale=sv_SE
473473
</tgroup>
474474
</table>
475475

476-
<important>
477-
<para>
478-
Before <productname>PostgreSQL</> 7.2, <literal>LATIN5</>
479-
mistakenly meant ISO 8859-5. From 7.2 on, <literal>LATIN5</>
480-
means ISO 8859-9. If you have a <literal>LATIN5</> database
481-
created on 7.1 or earlier and want to migrate to 7.2 or later,
482-
you should be careful about this change.
483-
</para>
484-
</important>
485-
486476
<para>
487477
Not all <acronym>API</>s support all the listed character sets. For example, the
488478
<productname>PostgreSQL</>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp