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

Commit382f24b

Browse files
committed
More table markup improvements.
1 parent7b7abb7 commit382f24b

File tree

1 file changed

+67
-33
lines changed

1 file changed

+67
-33
lines changed

‎doc/src/sgml/charset.sgml

Lines changed: 67 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.56 2005/03/13 02:33:03 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/charset.sgml,v 2.57 2005/03/13 02:54:34 momjian Exp $ -->
22

33
<chapter id="charset">
44
<title>Localization</>
@@ -317,172 +317,206 @@ initdb --locale=sv_SE
317317
<tbody>
318318
<row>
319319
<entry><literal>BIG5</literal></entry>
320-
<entry>Traditional Chinese</entry>
320+
<entry></entry>
321+
<entry>Chinese</entry>
321322
<entry>WIN950, Windows950</entry>
322323
</row>
323324
<row>
324325
<entry><literal>EUC_CN</literal></entry>
325-
<entry>Extended UNIX Code-CN (Chinese)</entry>
326+
<entry>Extended UNIX Code-CN</entry>
327+
<entry>Chinese</entry>
326328
<entry></entry>
327329
</row>
328330
<row>
329331
<entry><literal>EUC_JP</literal></entry>
330-
<entry>Extended UNIX Code-JP (Japanese)</entry>
332+
<entry>Extended UNIX Code-JP</entry>
333+
<entry>Japanese</entry>
331334
<entry></entry>
332335
</row>
333336
<row>
334337
<entry><literal>EUC_KR</literal></entry>
335-
<entry>Extended UNIX Code-KR (Korean)</entry>
338+
<entry>Extended UNIX Code-KR</entry>
339+
<entry>Korean</entry>
336340
<entry></entry>
337341
</row>
338342
<row>
339343
<entry><literal>EUC_TW</literal></entry>
340-
<entry>Extended UNIX Code-TW (Taiwanese)</entry>
344+
<entry>Extended UNIX Code-TW</entry>
345+
<entry>Taiwanese</entry>
341346
<entry></entry>
342347
</row>
343348
<row>
344349
<entry><literal>GB18030</literal></entry>
345-
<entry>Chinese </entry>
350+
<entry></entry>
351+
<entry>Chinese</entry>
346352
<entry></entry>
347353
</row>
348354
<row>
349355
<entry><literal>GBK</literal></entry>
350-
<entry>"Extended National Standard" (Chinese)</entry>
356+
<entry>Extended National Standard</entry>
357+
<entry>Chinese</entry>
351358
<entry>WIN936, Windows936</entry>
352359
</row>
353360
<row>
354361
<entry><literal>ISO_8859_5</literal></entry>
355-
<entry>ISO 8859-5/<acronym>ECMA</> 113 (Latin/Cyrillic)</entry>
362+
<entry>ISO 8859-5/<acronym>ECMA</> 113</entry>
363+
<entry>Latin/Cyrillic</entry>
356364
<entry></entry>
357365
</row>
358366
<row>
359367
<entry><literal>ISO_8859_6</literal></entry>
360-
<entry>ISO 8859-6/<acronym>ECMA</> 114 (Latin/Arabic)</entry>
368+
<entry>ISO 8859-6/<acronym>ECMA</> 114</entry>
369+
<entry>Latin/Arabic</entry>
361370
<entry></entry>
362371
</row>
363372
<row>
364373
<entry><literal>ISO_8859_7</literal></entry>
365-
<entry>ISO 8859-7/<acronym>ECMA</> 118 (Latin/Greek)</entry>
374+
<entry>ISO 8859-7/<acronym>ECMA</> 118</entry>
375+
<entry>Latin/Greek</entry>
366376
<entry></entry>
367377
</row>
368378
<row>
369379
<entry><literal>ISO_8859_8</literal></entry>
370-
<entry>ISO 8859-8/<acronym>ECMA</> 121 (Latin/Hebrew)</entry>
380+
<entry>ISO 8859-8/<acronym>ECMA</> 121</entry>
381+
<entry>Latin/Hebrew</entry>
371382
<entry></entry>
372383
</row>
373384
<row>
374385
<entry><literal>JOHAB</literal></entry>
375-
<entry>Korean <acronym>EUC</> (Hangle base)</entry>
386+
<entry><acronym>EUC</></entry>
387+
<entry>Korean (Hangle base)</entry>
376388
<entry></entry>
377389
</row>
378390
<row>
379391
<entry><literal>KOI8</literal></entry>
380-
<entry><acronym>KOI</acronym>8-R(U) (Cyrillic)</entry>
392+
<entry><acronym>KOI</acronym>8-R(U)</entry>
393+
<entry>Cyrillic</entry>
381394
<entry>KOI8</entry>
382395
</row>
383396
<row>
384397
<entry><literal>LATIN1</literal></entry>
385-
<entry>ISO 8859-1/<acronym>ECMA</> 94 (Western European)</entry>
398+
<entry>ISO 8859-1/<acronym>ECMA</> 94</entry>
399+
<entry>Western European</entry>
386400
<entry>ISO88591</entry>
387401
</row>
388402
<row>
389403
<entry><literal>LATIN2</literal></entry>
390-
<entry>ISO 8859-2/<acronym>ECMA</> 94 (Central European)</entry>
404+
<entry>ISO 8859-2/<acronym>ECMA</> 94</entry>
405+
<entry>Central European</entry>
391406
<entry>ISO88592</entry>
392407
</row>
393408
<row>
394409
<entry><literal>LATIN3</literal></entry>
395-
<entry>ISO 8859-3/<acronym>ECMA</> 94 (South European)</entry>
410+
<entry>ISO 8859-3/<acronym>ECMA</> 94</entry>
411+
<entry>South European</entry>
396412
<entry>ISO88593</entry>
397413
</row>
398414
<row>
399415
<entry><literal>LATIN4</literal></entry>
400-
<entry>ISO 8859-4/<acronym>ECMA</> 94 (North European)</entry>
416+
<entry>ISO 8859-4/<acronym>ECMA</> 94</entry>
417+
<entry>North European</entry>
401418
<entry>ISO88594</entry>
402419
</row>
403420
<row>
404421
<entry><literal>LATIN5</literal></entry>
405-
<entry>ISO 8859-9/<acronym>ECMA</> 128 (Turkish)</entry>
422+
<entry>ISO 8859-9/<acronym>ECMA</> 128</entry>
423+
<entry>Turkish</entry>
406424
<entry>ISO88599</entry>
407425
</row>
408426
<row>
409427
<entry><literal>LATIN6</literal></entry>
410-
<entry>ISO 8859-10/<acronym>ECMA</> 144 (Nordic)</entry>
428+
<entry>ISO 8859-10/<acronym>ECMA</> 144</entry>
429+
<entry>Nordic</entry>
411430
<entry>ISO885910</entry>
412431
</row>
413432
<row>
414433
<entry><literal>LATIN7</literal></entry>
415-
<entry>ISO 8859-13 (Baltic)</entry>
434+
<entry>ISO 8859-13</entry>
435+
<entry>Baltic</entry>
416436
<entry>ISO885913</entry>
417437
</row>
418438
<row>
419439
<entry><literal>LATIN8</literal></entry>
420-
<entry>ISO 8859-14 (Celtic)</entry>
440+
<entry>ISO 8859-14</entry>
441+
<entry>Celtic</entry>
421442
<entry>ISO885914</entry>
422443
</row>
423444
<row>
424445
<entry><literal>LATIN9</literal></entry>
425-
<entry>ISO 8859-15 (LATIN1 with Euro and accents)</entry>
446+
<entry>ISO 8859-15</entry>
447+
<entry>LATIN1 with Euro and accents</entry>
426448
<entry>ISO885915</entry>
427449
</row>
428450
<row>
429451
<entry><literal>LATIN10</literal></entry>
430-
<entry>ISO 8859-16/<acronym>ASRO</> SR 14111 (Romanian)</entry>
452+
<entry>ISO 8859-16/<acronym>ASRO</> SR 14111</entry>
453+
<entry>Romanian</entry>
431454
<entry>ISO885916</entry>
432455
</row>
433456
<row>
434457
<entry><literal>MULE_INTERNAL</literal></entry>
435-
<entry>Mule internal code (Multi-lingual Emacs)</entry>
458+
<entry>Mule internal code</entry>
459+
<entry>Multi-lingual Emacs</entry>
436460
<entry></entry>
437461
</row>
438462
<row>
439463
<entry><literal>SJIS</literal></entry>
440-
<entry>Shift JIS (Japanese)</entry>
464+
<entry>Shift JIS</entry>
465+
<entry>Japanese</entry>
441466
<entry>Mskanji, ShiftJIS, WIN932, Windows932</entry>
442467
</row>
443468
<row>
444469
<entry><literal>SQL_ASCII</literal></entry>
445470
<entry><acronym>ASCII</acronym></entry>
446471
<entry></entry>
472+
<entry></entry>
447473
</row>
448474
<row>
449475
<entry><literal>UHC</literal></entry>
450-
<entry>Unified Hangul Code (Korean)</entry>
476+
<entry>Unified Hangul Code</entry>
477+
<entry>Korean</entry>
451478
<entry>WIN949, Windows949</entry>
452479
</row>
453480
<row>
454481
<entry><literal>UTF8</literal></entry>
455482
<entry>UTF-8 (Unicode, 8-bit)</entry>
483+
<entry></entry>
456484
<entry>Unicode</entry>
457485
</row>
458486
<row>
459487
<entry><literal>WIN866</literal></entry>
460-
<entry>Windows CP866 (Cyrillic)</entry>
488+
<entry>Windows CP866</entry>
489+
<entry>Cyrillic</entry>
461490
<entry>ALT</entry>
462491
</row>
463492
<row>
464493
<entry><literal>WIN874</literal></entry>
465-
<entry>Windows CP874 (Thai)</entry>
494+
<entry>Windows CP874</entry>
495+
<entry>Thai</entry>
466496
<entry></entry>
467497
</row>
468498
<row>
469499
<entry><literal>WIN1250</literal></entry>
470-
<entry>Windows CP1250 (Central European)</entry>
500+
<entry>Windows CP1250</entry>
501+
<entry>Central European</entry>
471502
<entry></entry>
472503
</row>
473504
<row>
474505
<entry><literal>WIN1251</literal></entry>
475-
<entry>Windows CP1251 (Cyrillic)</entry>
506+
<entry>Windows CP1251</entry>
507+
<entry>Cyrillic</entry>
476508
<entry>WIN</entry>
477509
</row>
478510
<row>
479511
<entry><literal>WIN1256</literal></entry>
480-
<entry>Windows CP1256 (Arabic)</entry>
512+
<entry>Windows CP1256</entry>
513+
<entry>Arabic</entry>
481514
<entry></entry>
482515
</row>
483516
<row>
484517
<entry><literal>WIN1258</literal></entry>
485-
<entry>Windows CP1258 (Vietnamese)/<acronym>TCVN</>-5712</entry>
518+
<entry>Windows CP1258/<acronym>TCVN</>-5712</entry>
519+
<entry>Vietnamese</entry>
486520
<entry>ABC, TCVN, TCVN5712, VSCII</entry>
487521
</row>
488522
</tbody>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp