Fix problem for Chinese FAQ with <META> Content-Type variable.
Set its value to "text/html; charset=Big5-TW" Reported by: foxfair PR: docs/20453
This commit is contained in:
parent
eb808ef673
commit
0904c86379
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7917
1 changed files with 7 additions and 1 deletions
|
@ -1,12 +1,18 @@
|
|||
<!-- $FreeBSD$ -->
|
||||
<!-- $FreeBSD: doc/zh_TW.Big5/share/sgml/freebsd.dsl,v 1.1 2000/03/23 09:00:17 nik Exp $ -->
|
||||
|
||||
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
|
||||
<!ENTITY freebsd.dsl SYSTEM "../../../share/sgml/freebsd.dsl" CDATA DSSSL>
|
||||
<!ENTITY % lang.zh.dsssl "IGNORE">
|
||||
]>
|
||||
|
||||
<style-sheet>
|
||||
<style-specification use="docbook">
|
||||
<style-specification-body>
|
||||
<![ %lang.zh.dsssl; [
|
||||
(define %gentext-language% "zh")
|
||||
]]>
|
||||
|
||||
(define %html-header-tags% '(("META" ("HTTP-EQUIV" "Content-Type") ("CONTENT" "text/html; charset=Big5-TW"))))
|
||||
|
||||
</style-specification-body>
|
||||
</style-specification>
|
||||
|
|
Loading…
Reference in a new issue