Skip to content

Commit 1c0aeec

Browse files
committed
More cleanups.
1 parent cbe4b41 commit 1c0aeec

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

doc/src/sgml/charset.sgml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.60 2005/03/13 04:10:23 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.61 2005/03/13 04:35:06 momjian Exp $ -->
22

33
<chapter id="charset">
44
<title>Localization</>
@@ -360,32 +360,32 @@ initdb --locale=sv_SE
360360
</row>
361361
<row>
362362
<entry><literal>ISO_8859_5</literal></entry>
363-
<entry>ISO 8859-5/<acronym>ECMA</> 113</entry>
363+
<entry>ISO 8859-5, <acronym>ECMA</> 113</entry>
364364
<entry>Latin/Cyrillic</entry>
365365
<entry></entry>
366366
</row>
367367
<row>
368368
<entry><literal>ISO_8859_6</literal></entry>
369-
<entry>ISO 8859-6/<acronym>ECMA</> 114</entry>
369+
<entry>ISO 8859-6, <acronym>ECMA</> 114</entry>
370370
<entry>Latin/Arabic</entry>
371371
<entry></entry>
372372
</row>
373373
<row>
374374
<entry><literal>ISO_8859_7</literal></entry>
375-
<entry>ISO 8859-7/<acronym>ECMA</> 118</entry>
375+
<entry>ISO 8859-7, <acronym>ECMA</> 118</entry>
376376
<entry>Latin/Greek</entry>
377377
<entry></entry>
378378
</row>
379379
<row>
380380
<entry><literal>ISO_8859_8</literal></entry>
381-
<entry>ISO 8859-8/<acronym>ECMA</> 121</entry>
381+
<entry>ISO 8859-8, <acronym>ECMA</> 121</entry>
382382
<entry>Latin/Hebrew</entry>
383383
<entry></entry>
384384
</row>
385385
<row>
386386
<entry><literal>JOHAB</literal></entry>
387387
<entry><acronym>JOHAB</></entry>
388-
<entry>Korean (Hangle base)</entry>
388+
<entry>Korean (Hangul)</entry>
389389
<entry></entry>
390390
</row>
391391
<row>
@@ -396,37 +396,37 @@ initdb --locale=sv_SE
396396
</row>
397397
<row>
398398
<entry><literal>LATIN1</literal></entry>
399-
<entry>ISO 8859-1/<acronym>ECMA</> 94</entry>
399+
<entry>ISO 8859-1, <acronym>ECMA</> 94</entry>
400400
<entry>Western European</entry>
401401
<entry>ISO88591</entry>
402402
</row>
403403
<row>
404404
<entry><literal>LATIN2</literal></entry>
405-
<entry>ISO 8859-2/<acronym>ECMA</> 94</entry>
405+
<entry>ISO 8859-2, <acronym>ECMA</> 94</entry>
406406
<entry>Central European</entry>
407407
<entry>ISO88592</entry>
408408
</row>
409409
<row>
410410
<entry><literal>LATIN3</literal></entry>
411-
<entry>ISO 8859-3/<acronym>ECMA</> 94</entry>
411+
<entry>ISO 8859-3, <acronym>ECMA</> 94</entry>
412412
<entry>South European</entry>
413413
<entry>ISO88593</entry>
414414
</row>
415415
<row>
416416
<entry><literal>LATIN4</literal></entry>
417-
<entry>ISO 8859-4/<acronym>ECMA</> 94</entry>
417+
<entry>ISO 8859-4, <acronym>ECMA</> 94</entry>
418418
<entry>North European</entry>
419419
<entry>ISO88594</entry>
420420
</row>
421421
<row>
422422
<entry><literal>LATIN5</literal></entry>
423-
<entry>ISO 8859-9/<acronym>ECMA</> 128</entry>
423+
<entry>ISO 8859-9, <acronym>ECMA</> 128</entry>
424424
<entry>Turkish</entry>
425425
<entry>ISO88599</entry>
426426
</row>
427427
<row>
428428
<entry><literal>LATIN6</literal></entry>
429-
<entry>ISO 8859-10/<acronym>ECMA</> 144</entry>
429+
<entry>ISO 8859-10, <acronym>ECMA</> 144</entry>
430430
<entry>Nordic</entry>
431431
<entry>ISO885910</entry>
432432
</row>
@@ -450,7 +450,7 @@ initdb --locale=sv_SE
450450
</row>
451451
<row>
452452
<entry><literal>LATIN10</literal></entry>
453-
<entry>ISO 8859-16/<acronym>ASRO</> SR 14111</entry>
453+
<entry>ISO 8859-16, <acronym>ASRO</> SR 14111</entry>
454454
<entry>Romanian</entry>
455455
<entry>ISO885916</entry>
456456
</row>
@@ -516,7 +516,7 @@ initdb --locale=sv_SE
516516
</row>
517517
<row>
518518
<entry><literal>WIN1258</literal></entry>
519-
<entry>Windows CP1258/<acronym>TCVN</>-5712</entry>
519+
<entry>Windows CP1258</entry>
520520
<entry>Vietnamese</entry>
521521
<entry>ABC, TCVN, TCVN5712, VSCII</entry>
522522
</row>

0 commit comments

Comments
 (0)