Skip to content

Commit 6109a1c

Browse files
committed
Rework "aliases" column for encodings.
1 parent 074ba31 commit 6109a1c

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

doc/src/sgml/charset.sgml

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.54 2005/03/13 02:07:04 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.55 2005/03/13 02:20:50 momjian Exp $ -->
22

33
<chapter id="charset">
44
<title>Localization</>
@@ -311,13 +311,14 @@ initdb --locale=sv_SE
311311
<row>
312312
<entry>Name</entry>
313313
<entry>Description</entry>
314+
<entry>Aliases</entry>
314315
</row>
315316
</thead>
316317
<tbody>
317318
<row>
318319
<entry><literal>BIG5</literal></entry>
319320
<entry>Traditional Chinese</entry>
320-
<entry>Aliases: WIN950, Windows950</entry>
321+
<entry>WIN950, Windows950</entry>
321322
</row>
322323
<row>
323324
<entry><literal>EUC_CN</literal></entry>
@@ -342,7 +343,7 @@ initdb --locale=sv_SE
342343
<row>
343344
<entry><literal>GBK</literal></entry>
344345
<entry>"Extended National Standard" (Chinese)</entry>
345-
<entry>Aliases: WIN936, Windows936</entry>
346+
<entry>WIN936, Windows936</entry>
346347
</row>
347348
<row>
348349
<entry><literal>ISO_8859_5</literal></entry>
@@ -367,57 +368,57 @@ initdb --locale=sv_SE
367368
<row>
368369
<entry><literal>KOI8</literal></entry>
369370
<entry><acronym>KOI</acronym>8-R(U) (Cyrillic)</entry>
370-
<entry>Aliases: KOI8</entry>
371+
<entry>KOI8</entry>
371372
</row>
372373
<row>
373374
<entry><literal>LATIN1</literal></entry>
374375
<entry>ISO 8859-1/<acronym>ECMA</> 94 (Western European)</entry>
375-
<entry>Aliases: ISO88591</entry>
376+
<entry>ISO88591</entry>
376377
</row>
377378
<row>
378379
<entry><literal>LATIN2</literal></entry>
379380
<entry>ISO 8859-2/<acronym>ECMA</> 94 (Central European)</entry>
380-
<entry>Aliases: ISO88592</entry>
381+
<entry>ISO88592</entry>
381382
</row>
382383
<row>
383384
<entry><literal>LATIN3</literal></entry>
384385
<entry>ISO 8859-3/<acronym>ECMA</> 94 (South European)</entry>
385-
<entry>Aliases: ISO88593</entry>
386+
<entry>ISO88593</entry>
386387
</row>
387388
<row>
388389
<entry><literal>LATIN4</literal></entry>
389390
<entry>ISO 8859-4/<acronym>ECMA</> 94 (North European)</entry>
390-
<entry>Aliases: ISO88594</entry>
391+
<entry>ISO88594</entry>
391392
</row>
392393
<row>
393394
<entry><literal>LATIN5</literal></entry>
394395
<entry>ISO 8859-9/<acronym>ECMA</> 128 (Turkish)</entry>
395-
<entry>Aliases: ISO88599</entry>
396+
<entry>ISO88599</entry>
396397
</row>
397398
<row>
398399
<entry><literal>LATIN6</literal></entry>
399400
<entry>ISO 8859-10/<acronym>ECMA</> 144 (Nordic)</entry>
400-
<entry>Aliases: ISO885910</entry>
401+
<entry>ISO885910</entry>
401402
</row>
402403
<row>
403404
<entry><literal>LATIN7</literal></entry>
404405
<entry>ISO 8859-13 (Baltic)</entry>
405-
<entry>Aliases: ISO885913</entry>
406+
<entry>ISO885913</entry>
406407
</row>
407408
<row>
408409
<entry><literal>LATIN8</literal></entry>
409410
<entry>ISO 8859-14 (Celtic)</entry>
410-
<entry>Aliases: ISO885914</entry>
411+
<entry>ISO885914</entry>
411412
</row>
412413
<row>
413414
<entry><literal>LATIN9</literal></entry>
414415
<entry>ISO 8859-15 (LATIN1 with Euro and accents)</entry>
415-
<entry>Aliases: ISO885915</entry>
416+
<entry>ISO885915</entry>
416417
</row>
417418
<row>
418419
<entry><literal>LATIN10</literal></entry>
419420
<entry>ISO 8859-16/<acronym>ASRO</> SR 14111 (Romanian)</entry>
420-
<entry>Aliases: ISO885916</entry>
421+
<entry>ISO885916</entry>
421422
</row>
422423
<row>
423424
<entry><literal>MULE_INTERNAL</literal></entry>
@@ -426,7 +427,7 @@ initdb --locale=sv_SE
426427
<row>
427428
<entry><literal>SJIS</literal></entry>
428429
<entry>Shift JIS (Japanese)</entry>
429-
<entry>Aliases: Mskanji, ShiftJIS, WIN932, Windows932</entry>
430+
<entry>Mskanji, ShiftJIS, WIN932, Windows932</entry>
430431
</row>
431432
<row>
432433
<entry><literal>SQL_ASCII</literal></entry>
@@ -435,17 +436,17 @@ initdb --locale=sv_SE
435436
<row>
436437
<entry><literal>UHC</literal></entry>
437438
<entry>Unified Hangul Code (Korean)</entry>
438-
<entry>Aliases: WIN949, Windows949</entry>
439+
<entry>WIN949, Windows949</entry>
439440
</row>
440441
<row>
441442
<entry><literal>UTF8</literal></entry>
442443
<entry>UTF-8 (Unicode, 8-bit)</entry>
443-
<entry>Aliases: Unicode</entry>
444+
<entry>Unicode</entry>
444445
</row>
445446
<row>
446447
<entry><literal>WIN866</literal></entry>
447448
<entry>Windows CP866 (Cyrillic)</entry>
448-
<entry>Aliases: ALT</entry>
449+
<entry>ALT</entry>
449450
</row>
450451
<row>
451452
<entry><literal>WIN874</literal></entry>
@@ -458,7 +459,7 @@ initdb --locale=sv_SE
458459
<row>
459460
<entry><literal>WIN1251</literal></entry>
460461
<entry>Windows CP1251 (Cyrillic)</entry>
461-
<entry>Aliases: WIN</entry>
462+
<entry>WIN</entry>
462463
</row>
463464
<row>
464465
<entry><literal>WIN1256</literal></entry>
@@ -467,7 +468,7 @@ initdb --locale=sv_SE
467468
<row>
468469
<entry><literal>WIN1258</literal></entry>
469470
<entry>Windows CP1258 (Vietnamese)/<acronym>TCVN</>-5712</entry>
470-
<entry>Aliases: ABC, TCVN, TCVN5712, VSCII</entry>
471+
<entry>ABC, TCVN, TCVN5712, VSCII</entry>
471472
</row>
472473
</tbody>
473474
</tgroup>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy