Skip to content

Commit 8f23284

Browse files
committed
[CSS2] convert to UTF-8
1 parent 730d555 commit 8f23284

File tree

10 files changed

+39
-39
lines changed

10 files changed

+39
-39
lines changed

css2/.htaccess

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DirectoryIndex cover.html
22
<Files ~ "\.html">
3-
ForceType 'text/html; charset=iso-8859-1'
3+
ForceType 'text/html; charset=utf-8'
44
</Files>
55
<Files ~ "\.txt">
6-
ForceType 'text/plain; charset=iso-8859-1'
6+
ForceType 'text/plain; charset=utf-8'
77
</Files>

css2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ THE_UPDATE_DIR = http://www.w3.org/Style/css2-updates
5050

5151
INSTALLDIR = dist/
5252

53-
export LC_ALL=en_US.ISO8859-1
53+
export LC_ALL=en_US.UTF-8
5454

5555
ROOT = .
5656

css2/about.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ <H2>1.5 <a name="acknowledgements">Acknowledgments</a></H2>
478478
<span class=vcard><span class="fn">Vadim Plessky</span></span>,
479479
<span class=vcard><span class="fn">Peter Moulder</span></span>,
480480
<span class=vcard><span class="fn">Anton Prowse</span></span>,
481-
<span class=vcard><span class="fn">Gérard Talbot</span></span>,
481+
<span class=vcard><span class="fn">Gérard Talbot</span></span>,
482482
<span class=vcard><span class="fn">Ingo Chao</span></span>,
483483
<span class=vcard><span class="fn">Bruno Fassino</span></span>,
484484
<span class=vcard><span class="fn">Justin Rogers</span></span>,
@@ -520,7 +520,7 @@ <H2>1.5 <a name="acknowledgements">Acknowledgments</a></H2>
520520
<span class=vcard><span class="fn">David Hyatt</span></span>,
521521
<span class=vcard><span class="fn">Eira Monstad</span></span>,
522522
<span class=vcard><span class="fn">Elika J. Etemad</span></span>,
523-
<span class=vcard><span class="fn">Gérard Talbot</span></span>,
523+
<span class=vcard><span class="fn">Gérard Talbot</span></span>,
524524
<span class=vcard><span class="fn">Gabriele Romanato</span></span>,
525525
<span class=vcard><span class="fn">Germain Garand</span></span>,
526526
<span class=vcard><span class="fn">Hilbrand Edskes</span></span>,
@@ -546,11 +546,11 @@ <H2>1.5 <a name="acknowledgements">Acknowledgments</a></H2>
546546
<p>Working Group members active during the development of this
547547
specification:
548548

549-
<span class=vcard><span class="fn">César Acebal</span> (<span class=org>Universidad de Oviedo</span>)</span>,
549+
<span class=vcard><span class="fn">César Acebal</span> (<span class=org>Universidad de Oviedo</span>)</span>,
550550
<span class=vcard><span class="fn">Tab Atkins Jr.</span> (<span class=org>Google, Inc.</span>)</span>,
551551
<span class=vcard><span class="fn">L. David Baron</span> (<span class=org>Mozilla Foundation</span>)</span>,
552552
<span class=vcard><span class="fn">Bert Bos</span> (<span class=org>W3C/ERCIM</span>)</span>,
553-
<span class=vcard><span class="fn">Tantek Çelik</span> (<span class=org>W3C Invited Experts</span>)</span>,
553+
<span class=vcard><span class="fn">Tantek Çelik</span> (<span class=org>W3C Invited Experts</span>)</span>,
554554
<span class=vcard><span class="fn">Cathy Chan</span> (<span class=org>Nokia</span>)</span>,
555555
<span class=vcard><span class="fn">Giorgi Chavchanidze</span> (<span class=org>Opera Software</span>)</span>,
556556
<span class=vcard><span class="fn">John Daggett</span> (<span class=org>Mozilla Foundation</span>)</span>,
@@ -565,7 +565,7 @@ <H2>1.5 <a name="acknowledgements">Acknowledgments</a></H2>
565565
<span class=vcard><span class="fn">Richard Ishida</span> (<span class=org>W3C/ERCIM</span>)</span>,
566566
<span class=vcard><span class="fn">John Jansen</span> (<span class=org>Microsoft Corp.</span>)</span>,
567567
<span class=vcard><span class="fn">Brad Kemper</span> (<span class=org>W3C Invited Experts</span>)</span>,
568-
<span class=vcard><span class="fn">Håkon Wium Lie</span> (<span class=org>Opera Software</span>)</span>,
568+
<span class=vcard><span class="fn">Håkon Wium Lie</span> (<span class=org>Opera Software</span>)</span>,
569569
<span class=vcard><span class="fn">Chris Lilley</span> (<span class=org>W3C/ERCIM</span>)</span>,
570570
<span class=vcard><span class="fn">Peter Linss</span> (<span class=org>HP</span>)</span>,
571571
<span class=vcard><span class="fn">Markus Mielke</span> (<span class=org>Microsoft Corp.</span>)</span>,
@@ -575,7 +575,7 @@ <H2>1.5 <a name="acknowledgements">Acknowledgments</a></H2>
575575
<span class=vcard><span class="fn">Steve Zilles</span> (<span class=org>Adobe Systems Inc.</span>)</span>,
576576
<span class=vcard><span class="fn">Ian Hickson</span> (<span class=org>Google, Inc.</span>)</span>,
577577
<span class=vcard><span class="fn">Melinda Grant</span> (<span class=org>HP</span>)</span>,
578-
<span class=vcard><span class="fn">Øyvind Stenhaug</span> (<span class=org>Opera Software</span>)</span>,
578+
<span class=vcard><span class="fn">Øyvind Stenhaug</span> (<span class=org>Opera Software</span>)</span>,
579579
and
580580
<span class=vcard><span class="fn">Paul Nelson</span> (<span class=org>Microsoft Corp.</span>)</span>.
581581

css2/about.src

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ the creation of this specification:
417417
<span class=vcard><span class="fn">Vadim Plessky</span></span>,
418418
<span class=vcard><span class="fn">Peter Moulder</span></span>,
419419
<span class=vcard><span class="fn">Anton Prowse</span></span>,
420-
<span class=vcard><span class="fn">G�rard Talbot</span></span>,
420+
<span class=vcard><span class="fn">Gérard Talbot</span></span>,
421421
<span class=vcard><span class="fn">Ingo Chao</span></span>,
422422
<span class=vcard><span class="fn">Bruno Fassino</span></span>,
423423
<span class=vcard><span class="fn">Justin Rogers</span></span>,
@@ -459,7 +459,7 @@ the creation of this specification:
459459
<span class=vcard><span class="fn">David Hyatt</span></span>,
460460
<span class=vcard><span class="fn">Eira Monstad</span></span>,
461461
<span class=vcard><span class="fn">Elika J. Etemad</span></span>,
462-
<span class=vcard><span class="fn">G�rard Talbot</span></span>,
462+
<span class=vcard><span class="fn">Gérard Talbot</span></span>,
463463
<span class=vcard><span class="fn">Gabriele Romanato</span></span>,
464464
<span class=vcard><span class="fn">Germain Garand</span></span>,
465465
<span class=vcard><span class="fn">Hilbrand Edskes</span></span>,
@@ -485,11 +485,11 @@ the creation of this specification:
485485
<p>Working Group members active during the development of this
486486
specification:
487487

488-
<span class=vcard><span class="fn">C�sar Acebal</span> (<span class=org>Universidad de Oviedo</span>)</span>,
488+
<span class=vcard><span class="fn">César Acebal</span> (<span class=org>Universidad de Oviedo</span>)</span>,
489489
<span class=vcard><span class="fn">Tab Atkins Jr.</span> (<span class=org>Google, Inc.</span>)</span>,
490490
<span class=vcard><span class="fn">L. David Baron</span> (<span class=org>Mozilla Foundation</span>)</span>,
491491
<span class=vcard><span class="fn">Bert Bos</span> (<span class=org>W3C/ERCIM</span>)</span>,
492-
<span class=vcard><span class="fn">Tantek �elik</span> (<span class=org>W3C Invited Experts</span>)</span>,
492+
<span class=vcard><span class="fn">Tantek Çelik</span> (<span class=org>W3C Invited Experts</span>)</span>,
493493
<span class=vcard><span class="fn">Cathy Chan</span> (<span class=org>Nokia</span>)</span>,
494494
<span class=vcard><span class="fn">Giorgi Chavchanidze</span> (<span class=org>Opera Software</span>)</span>,
495495
<span class=vcard><span class="fn">John Daggett</span> (<span class=org>Mozilla Foundation</span>)</span>,
@@ -504,7 +504,7 @@ the creation of this specification:
504504
<span class=vcard><span class="fn">Richard Ishida</span> (<span class=org>W3C/ERCIM</span>)</span>,
505505
<span class=vcard><span class="fn">John Jansen</span> (<span class=org>Microsoft Corp.</span>)</span>,
506506
<span class=vcard><span class="fn">Brad Kemper</span> (<span class=org>W3C Invited Experts</span>)</span>,
507-
<span class=vcard><span class="fn">H�kon Wium Lie</span> (<span class=org>Opera Software</span>)</span>,
507+
<span class=vcard><span class="fn">Håkon Wium Lie</span> (<span class=org>Opera Software</span>)</span>,
508508
<span class=vcard><span class="fn">Chris Lilley</span> (<span class=org>W3C/ERCIM</span>)</span>,
509509
<span class=vcard><span class="fn">Peter Linss</span> (<span class=org>HP</span>)</span>,
510510
<span class=vcard><span class="fn">Markus Mielke</span> (<span class=org>Microsoft Corp.</span>)</span>,
@@ -514,7 +514,7 @@ the creation of this specification:
514514
<span class=vcard><span class="fn">Steve Zilles</span> (<span class=org>Adobe Systems Inc.</span>)</span>,
515515
<span class=vcard><span class="fn">Ian Hickson</span> (<span class=org>Google, Inc.</span>)</span>,
516516
<span class=vcard><span class="fn">Melinda Grant</span> (<span class=org>HP</span>)</span>,
517-
<span class=vcard><span class="fn">�yvind Stenhaug</span> (<span class=org>Opera Software</span>)</span>,
517+
<span class=vcard><span class="fn">Øyvind Stenhaug</span> (<span class=org>Opera Software</span>)</span>,
518518
and
519519
<span class=vcard><span class="fn">Paul Nelson</span> (<span class=org>Microsoft Corp.</span>)</span>.
520520

css2/changes.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ <h3 id="c10.3.2"><a name="q21.68">C.2.61 </a><a href="visudet.html#inline-replac
12221222
sizes is now also defined.</p>
12231223

12241224
<p>The effect of percentage intrinsic widths is now undefined for CSS
1225-
level 2, rather than ignored.
1225+
level 2, rather than ignored.
12261226

12271227
<h3 id="c10.3.3"><a name="q21.69">C.2.62 </a><a href="visudet.html#blockwidth">Section 10.3.3
12281228
Block-level, non-replaced elements in normal flow</a></h3>
@@ -1426,7 +1426,7 @@ <h3 id="c11.1.1"><a name="q21.87">C.2.80 </a><a href="visufx.html#overflow">Sect
14261426
<p>Specified placement of scrollbar in the box model.</p>
14271427

14281428
<p>The width of any scrollbars is no longer included in the width of
1429-
the containing block. (And consequently, all text in section 10.3 that
1429+
the containing block. (And consequently, all text in section 10.3 that
14301430
subtracts the scrollbar width from the containing block width has been
14311431
removed.)
14321432

@@ -2266,7 +2266,7 @@ <h3 id="x12.4.2"><a name="q21.178">C.3.37 </a><a href="generate.html#counter-sty
22662266
styles</a></h3>
22672267

22682268
<p>The example used the style 'hebrew', which does not exist in CSS
2269-
level 2. Changed to 'lower-greek'.
2269+
level 2. Changed to 'lower-greek'.
22702270

22712271
<h3 id="x12.6.2"><a name="q21.179">C.3.38 </a><a href="generate.html#list-style">Section 12.6.2 Lists</a></h3>
22722272

@@ -4307,7 +4307,7 @@ <h3 id="s.14.2"><a name="q21.358">C.5.71 </a><a
43074307
Section&nbsp;14.2 The background</a></h3>
43084308

43094309
<p><span class=date>[2008-11-03]</span> The 'background' property is
4310-
special on BODY not only in HTML but also in XHTML.
4310+
special on BODY not only in HTML but also in XHTML.
43114311

43124312

43134313

css2/changes.src

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ replaced elements with percentage intrinsic sizes and without intrinsic
632632
sizes is now also defined.</p>
633633

634634
<p>The effect of percentage intrinsic widths is now undefined for CSS
635-
level2, rather than ignored.
635+
level 2, rather than ignored.
636636

637637
<h3 id="c10.3.3"><a href="visudet.html#blockwidth">Section 10.3.3
638638
Block-level, non-replaced elements in normal flow</a></h3>
@@ -836,7 +836,7 @@ property on the HTML BODY element instead if the root element's
836836
<p>Specified placement of scrollbar in the box model.</p>
837837

838838
<p>The width of any scrollbars is no longer included in the width of
839-
the containing block. (And consequently, all text in section10.3 that
839+
the containing block. (And consequently, all text in section 10.3 that
840840
subtracts the scrollbar width from the containing block width has been
841841
removed.)
842842

@@ -1676,7 +1676,7 @@ Visibility</a></h3>
16761676
styles</a></h3>
16771677

16781678
<p>The example used the style 'hebrew', which does not exist in CSS
1679-
level2. Changed to 'lower-greek'.
1679+
level 2. Changed to 'lower-greek'.
16801680

16811681
<h3 id="x12.6.2"><a href="generate.html#list-style">Section 12.6.2 Lists</a></h3>
16821682

@@ -3717,7 +3717,7 @@ href="/TR/2007/CR-CSS21-20070719/colors.html#background">
37173717
Section&nbsp;14.2 The background</a></h3>
37183718

37193719
<p><span class=date>[2008-11-03]</span> The 'background' property is
3720-
special on BODY not only in HTMLbut also in XHTML.
3720+
special on BODY not only in HTML but also in XHTML.
37213721

37223722
<!--========================== issue 100 ==========================-->
37233723

css2/generate.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ <H3>12.3.1 <a name="quotes-specify">Specifying quotes</a> with the <a href="gene
383383
<PRE class="example">
384384
/* Specify pairs of quotes for two levels in two languages */
385385
q:lang(en) { quotes: '"' '"' "'" "'" }
386-
q:lang(no) { quotes: "«" "»" '"' '"' }
386+
q:lang(no) { quotes: "«" "»" '"' '"' }
387387

388388
/* Insert quotes before and after Q element content */
389389
q:before { content: open-quote }
@@ -425,7 +425,7 @@ <H3>12.3.1 <a name="quotes-specify">Specifying quotes</a> with the <a href="gene
425425
<P>would produce:</p>
426426

427427
<PRE class="ascii-art">
428-
«Tr&oslash;ndere gr&aring;ter n&aring;r "Vinsjan p&aring; kaia" blir deklamert.»
428+
«Tr&oslash;ndere gr&aring;ter n&aring;r "Vinsjan p&aring; kaia" blir deklamert.»
429429
</PRE>
430430
</div>
431431

@@ -444,8 +444,8 @@ <H3>12.3.1 <a name="quotes-specify">Specifying quotes</a> with the <a href="gene
444444
<TR><TD>&#x0027;<TD>'<TD>0027<TD>APOSTROPHE [the ASCII single quotation mark]
445445
<TR><TD>&#x2039;<TD>&lt;<TD>2039<TD>SINGLE LEFT-POINTING ANGLE QUOTATION MARK
446446
<TR><TD>&#x203A;<TD>><TD>203A<TD>SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
447-
<TR><TD>&#x00AB;<TD>«<TD>00AB<TD>LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
448-
<TR><TD>&#x00BB;<TD>»<TD>00BB<TD>RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
447+
<TR><TD>&#x00AB;<TD>«<TD>00AB<TD>LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
448+
<TR><TD>&#x00BB;<TD>»<TD>00BB<TD>RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
449449
<TR><TD>&#x2018;<TD>`<TD>2018<TD>LEFT SINGLE QUOTATION MARK [single high-6]
450450
<TR><TD>&#x2019;<TD>'<TD>2019<TD>RIGHT SINGLE QUOTATION MARK [single high-9]
451451
<TR><TD>&#x201C;<TD>``<TD>201C<TD>LEFT DOUBLE QUOTATION MARK [double high-6]

css2/generate.src

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ the level of embedding.
308308
<PRE class="example">
309309
/* Specify pairs of quotes for two levels in two languages */
310310
q:lang(en) { quotes: '"' '"' "'" "'" }
311-
q:lang(no) { quotes: "" "" '"' '"' }
311+
q:lang(no) { quotes: "«" "»" '"' '"' }
312312

313313
/* Insert quotes before and after Q element content */
314314
q:before { content: open-quote }
@@ -350,7 +350,7 @@ q:after { content: close-quote }
350350
<P>would produce:</p>
351351

352352
<PRE class="ascii-art">
353-
Tr&oslash;ndere gr&aring;ter n&aring;r "Vinsjan p&aring; kaia" blir deklamert.
353+
«Tr&oslash;ndere gr&aring;ter n&aring;r "Vinsjan p&aring; kaia" blir deklamert.»
354354
</PRE>
355355
</div>
356356

@@ -369,8 +369,8 @@ mark characters:</em></p>
369369
<TR><TD>&#x0027;<TD>'<TD>0027<TD>APOSTROPHE [the ASCII single quotation mark]
370370
<TR><TD>&#x2039;<TD>&lt;<TD>2039<TD>SINGLE LEFT-POINTING ANGLE QUOTATION MARK
371371
<TR><TD>&#x203A;<TD>><TD>203A<TD>SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
372-
<TR><TD>&#x00AB;<TD><TD>00AB<TD>LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
373-
<TR><TD>&#x00BB;<TD><TD>00BB<TD>RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
372+
<TR><TD>&#x00AB;<TD>«<TD>00AB<TD>LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
373+
<TR><TD>&#x00BB;<TD>»<TD>00BB<TD>RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
374374
<TR><TD>&#x2018;<TD>`<TD>2018<TD>LEFT SINGLE QUOTATION MARK [single high-6]
375375
<TR><TD>&#x2019;<TD>'<TD>2019<TD>RIGHT SINGLE QUOTATION MARK [single high-9]
376376
<TR><TD>&#x201C;<TD>``<TD>201C<TD>LEFT DOUBLE QUOTATION MARK [double high-6]

css2/selector.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,10 +1045,10 @@ <h3>5.11.4 <a name="lang">The language pseudo-class:</a> <a name="x41"><span
10451045
that is either in Canadian French or German:</p>
10461046

10471047
<pre>
1048-
html:lang(fr-ca) { quotes: '« ' ' »' }
1049-
html:lang(de) { quotes: '»' '«' '\2039' '\203A' }
1050-
:lang(fr) > Q { quotes: '« ' ' »' }
1051-
:lang(de) > Q { quotes: '»' '«' '\2039' '\203A' }
1048+
html:lang(fr-ca) { quotes: '« ' ' »' }
1049+
html:lang(de) { quotes: '»' '«' '\2039' '\203A' }
1050+
:lang(fr) > Q { quotes: '« ' ' »' }
1051+
:lang(de) > Q { quotes: '»' '«' '\2039' '\203A' }
10521052
</pre>
10531053

10541054
<p>The second pair of rules actually set the <a href="generate.html#propdef-quotes" class="noxref"><span

css2/selector.src

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -991,10 +991,10 @@ href="http://www.w3.org/International/questions/qa-lang-2or3">
991991
that is either in Canadian French or German:</p>
992992

993993
<pre>
994-
html:lang(fr-ca) { quotes: ' ' ' ' }
995-
html:lang(de) { quotes: '' '' '\2039' '\203A' }
996-
:lang(fr) > Q { quotes: ' ' ' ' }
997-
:lang(de) > Q { quotes: '' '' '\2039' '\203A' }
994+
html:lang(fr-ca) { quotes: '« ' ' »' }
995+
html:lang(de) { quotes: '»' '«' '\2039' '\203A' }
996+
:lang(fr) > Q { quotes: '« ' ' »' }
997+
:lang(de) > Q { quotes: '»' '«' '\2039' '\203A' }
998998
</pre>
999999

10001000
<p>The second pair of rules actually set the <span

0 commit comments

Comments
 (0)