]>
Commit | Line | Data |
---|---|---|
67e78ff2 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
2 | <html> | |
3 | <head> | |
4 | <title>Complex HTML Table</title> | |
5 | </head> | |
6 | ||
7 | <body style="font-family: Arial, Helvetica, sans-serif" > | |
8 | <h1>Complex HTML Table</h1> | |
9 | ||
10 | <P> | |
11 | This table comes from | |
12 | <a | |
13 | href="http://www.w3.org/TR/REC-html40/struct/tables.html#h-11.5"> | |
14 | the w3 spec on tables | |
15 | </a>. I am using it to try out the <code>table2()</code> API call | |
16 | that is part of the new release of | |
17 | <a | |
18 | href=http://search.cpan.org/search?query=Element%3A%3ALibrary&mode=all> | |
19 | <code>HTML::Element::Library</code> | |
20 | </a>. | |
21 | </p> | |
22 | ||
23 | ||
24 | <P> | |
25 | ||
271d5078 | 26 | <TABLE border="2" frame="hsides" rules="groups"> |
67e78ff2 | 27 | <CAPTION>CODE-PAGE SUPPORT IN MICROSOFT WINDOWS</CAPTION> |
28 | <COLGROUP align="center"> | |
29 | <COLGROUP align="left"> | |
30 | <COLGROUP align="center" span="2"> | |
31 | <COLGROUP align="center" span="3"> | |
32 | <THEAD valign="top"> | |
33 | <TR> | |
34 | <TH>Code-Page<BR>ID | |
35 | <TH>Name | |
36 | <TH>ACP | |
37 | <TH>OEMCP | |
38 | <TH>Windows<BR>NT 3.1 | |
39 | <TH>Windows<BR>NT 3.51 | |
40 | <TH>Windows<BR>95 | |
41 | </th> | |
42 | </tr> | |
43 | <TBODY> | |
44 | <TR><TD>1200<TD>Unicode (BMP of ISO/IEC-10646)<TD><TD><TD>X<TD>X<TD>* | |
45 | <TR><TD>1250<TD>Windows 3.1 Eastern European<TD>X<TD><TD>X<TD>X<TD>X | |
46 | <TR><TD>1251<TD>Windows 3.1 Cyrillic<TD>X<TD><TD>X<TD>X<TD>X | |
47 | <TR><TD>1252<TD>Windows 3.1 US (ANSI)<TD>X<TD><TD>X<TD>X<TD>X | |
48 | <TR><TD>1253<TD>Windows 3.1 Greek<TD>X<TD><TD>X<TD>X<TD>X | |
49 | <TR><TD>1254<TD>Windows 3.1 Turkish<TD>X<TD><TD>X<TD>X<TD>X | |
50 | <TR><TD>1255<TD>Hebrew<TD>X<TD><TD><TD><TD>X | |
51 | <TR><TD>1256<TD>Arabic<TD>X<TD><TD><TD><TD>X | |
52 | <TR><TD>1257<TD>Baltic<TD>X<TD><TD><TD><TD>X | |
53 | <TR><TD>1361<TD>Korean (Johab)<TD>X<TD><TD><TD>**<TD>X | |
54 | </td> | |
55 | </tr> | |
56 | </tbody> | |
57 | <TBODY> | |
58 | <TR><TD>437<TD>MS-DOS United States<TD><TD>X<TD>X<TD>X<TD>X | |
59 | <TR><TD>708<TD>Arabic (ASMO 708)<TD><TD>X<TD><TD><TD>X | |
60 | <TR><TD>709<TD>Arabic (ASMO 449+, BCON V4)<TD><TD>X<TD><TD><TD>X | |
61 | <TR><TD>710<TD>Arabic (Transparent Arabic)<TD><TD>X<TD><TD><TD>X | |
62 | <TR><TD>720<TD>Arabic (Transparent ASMO)<TD><TD>X<TD><TD><TD>X</td> | |
63 | </tr> | |
64 | </tbody> | |
65 | ||
66 | </TABLE> | |
67 | ||
68 | ||
69 | ||
70 | ||
71 | <hr> | |
72 | <address><a href="mailto:metaperl@gmail.com">metaperl</a></address> | |
73 | <!-- Created: Fri Nov 25 08:48:48 PST 2005 --> | |
74 | <!-- hhmts start --> | |
75 | Last modified: Fri Nov 25 08:57:41 PST 2005 | |
76 | <!-- hhmts end --> | |
77 | </body> | |
78 | </html> |