Sgmlnorm dereferences © and © entity references. But in
Japanese EUC encoding, character code 169 (in decimal) is not legal. Use "(c)" literal instead of "©" and "©" until behavior of sgmlnorm is resolved.
This commit is contained in:
parent
eb29595c63
commit
f0c92d37c0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6111
2 changed files with 10 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $FreeBSD: www/ja/includes.sgml,v 1.16 1999/09/07 15:15:44 kuriyama Exp $ -->
|
||||
<!-- $FreeBSD: www/ja/includes.sgml,v 1.17 1999/10/02 01:19:33 kuriyama Exp $ -->
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.30 -->
|
||||
<!--
|
||||
|
@ -24,7 +24,7 @@
|
|||
<!-- Components making up the standard headers and footers. -->
|
||||
<!-- Override in the prolog <em>before</em> including this -->
|
||||
<!-- file if necessary. -->
|
||||
<!ENTITY copyright 'Copyright © 1995-1999 FreeBSD Inc.
|
||||
<!ENTITY copyright 'Copyright (c) 1995-1999 FreeBSD Inc.
|
||||
All rights reserved.'>
|
||||
<!ENTITY email 'freebsd-questions'>
|
||||
<!ENTITY author '<a href="&base/mailto.html">&email@FreeBSD.ORG</a><br>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY title "The FreeBSD Project">
|
||||
<!ENTITY date "$FreeBSD: www/ja/index.sgml,v 1.9 1999/09/07 15:15:45 kuriyama Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/ja/index.sgml,v 1.10 1999/10/18 20:56:49 kuriyama Exp $">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/ja/index.sgml,v 1.9 1999/09/07 15:15:45 kuriyama Exp $ -->
|
||||
<!-- $FreeBSD: www/ja/index.sgml,v 1.10 1999/10/18 20:56:49 kuriyama Exp $ -->
|
||||
<!-- The FreeBSD Japanese Documentation Project -->
|
||||
<!-- Original revision: 1.65 -->
|
||||
|
||||
|
@ -317,12 +317,14 @@
|
|||
<table width="100%" cellpadding="0" border="0" cellspacing="0">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td align="left" valign="top"><small><a
|
||||
href="&base;/mailto.html">お問い合わせ先</a> :
|
||||
<td align="left" valign="top">
|
||||
<small><a href="&base;/mailto.html">お問い合わせ先</a> :
|
||||
<a href="jabout.html">日本語化について</a><br>
|
||||
$FreeBSD: www/ja/index.sgml,v 1.9 1999/09/07 15:15:45 kuriyama Exp $</small></td>
|
||||
$FreeBSD: www/ja/index.sgml,v 1.10 1999/10/18 20:56:49 kuriyama Exp $
|
||||
</small></td>
|
||||
|
||||
<td align="right" valign="top"><small><a href="copyright/">Copyright</a> © 1995-1999
|
||||
<td align="right" valign="top">
|
||||
<small><a href="copyright/">Copyright</a> (c) 1995-1999
|
||||
FreeBSD Inc.<br>
|
||||
All rights reserved.</small></td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue