I break it, I guess I should fix it.
Make the content-type header in HTML files specify EUC-JP instead of iso-8859-1.
This commit is contained in:
parent
1d86afbf39
commit
a38a3ef3ee
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2394
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.8 1998-01-20 04:17:35 hanai Exp $
|
||||
# $Id: Makefile,v 1.9 1998-01-26 07:21:43 jfieber Exp $
|
||||
# The FreeBSD Japanese Documentation Project
|
||||
# Original revision: 1.20
|
||||
|
||||
|
@ -39,7 +39,7 @@ SUBDIR= ports releases
|
|||
|
||||
DOCSUBDIR= FAQ handbook
|
||||
FORMATS?= "html roff"
|
||||
SGMLOPTS= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
|
||||
SGMLOPTS= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr -e EUC-JP
|
||||
|
||||
|
||||
WEBDIR= ja_JP.EUC
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.8 1998-01-20 04:17:35 hanai Exp $
|
||||
# $Id: Makefile,v 1.9 1998-01-26 07:21:43 jfieber Exp $
|
||||
# The FreeBSD Japanese Documentation Project
|
||||
# Original revision: 1.20
|
||||
|
||||
|
@ -39,7 +39,7 @@ SUBDIR= ports releases
|
|||
|
||||
DOCSUBDIR= FAQ handbook
|
||||
FORMATS?= "html roff"
|
||||
SGMLOPTS= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
|
||||
SGMLOPTS= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr -e EUC-JP
|
||||
|
||||
|
||||
WEBDIR= ja_JP.EUC
|
||||
|
|
Loading…
Reference in a new issue