FreeBSD Bugzilla – Attachment 155774 Details for
Bug 199561
convert Big5 encoding to UTF-8 in freebsd-fo.xsl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
1.Convert Big5 encoding to UTF-8 2.Change font sequence in base fonts section 3.Add Monospace font setting in base fonts section
freebsd-fo.diff.txt (text/plain), 2.07 KB, created by
raycherng
on 2015-04-20 15:21:57 UTC
(
hide
)
Description:
1.Convert Big5 encoding to UTF-8 2.Change font sequence in base fonts section 3.Add Monospace font setting in base fonts section
Filename:
MIME Type:
Creator:
raycherng
Created:
2015-04-20 15:21:57 UTC
Size:
2.07 KB
patch
obsolete
>Index: freebsd-fo.xsl >=================================================================== >--- freebsd-fo.xsl (revision 46576) >+++ freebsd-fo.xsl (working copy) >@@ -18,18 +18,18 @@ > > <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> > <l:l10n language="zh_tw"> >- <l:context name="title-numbered"> >- <l:template name="appendix" text="��ï�� %n. %t"/> >+ <l:context name="title"> >+ <l:template name="appendix" text="éé %n. %t"/> > <l:template name="article/appendix" text="%n. %t" lang="en"/> > <l:template name="bridgehead" text="%t"/> >- <l:template name="chapter" text="è¡ï¿½ %n. %t"/> >- <l:template name="part" text="ï¿½ï¸ %n. %t"/> >+ <l:template name="chapter" text="第 %n. ç« %t"/> >+ <l:template name="part" text="第 %n. é¨ä»½ %t"/> > </l:context> > <l:context name="title-numbered"> >- <l:template name="appendix" text="��ï�� %n. %t"/> >+ <l:template name="appendix" text="éé %n. %t"/> > <l:template name="article/appendix" text="%n. %t" lang="en"/> >- <l:template name="chapter" text="è¡ï¿½ %n. %t"/> >- <l:template name="part" text="ï¿½ï¸ %n. %t"/> >+ <l:template name="chapter" text="第 %n. ç« %t"/> >+ <l:template name="part" text="第 %n. é¨ä»½ %t"/> > <l:template name="sect1" text="%n. %t"/> > <l:template name="sect2" text="%n. %t"/> > <l:template name="sect3" text="%n. %t"/> >@@ -42,9 +42,10 @@ > </l:i18n> > > <!-- Base fonts --> >- <xsl:param name="body.font.family">AR PL Mingti2L Big5, Gentium Plus</xsl:param> >- <xsl:param name="sans.font.family">AR PL KaitiM Big5, Droid Sans</xsl:param> >- <xsl:param name="title.font.family">AR PL KaitiM Big5, Droid Sans</xsl:param> >+ <xsl:param name="body.font.family">Gentium Plus, AR PL Mingti2L Big5</xsl:param> >+ <xsl:param name="sans.font.family">Droid Sans, AR PL KaitiM Big5</xsl:param> >+ <xsl:param name="title.font.family">Droid Sans, AR PL KaitiM Big5</xsl:param> >+ <xsl:param name="Monospace.font.family">Droid Sans Mono, Droid Sans Fallback</xsl:param> > > <!-- Slightly reduce header font-size to make headers fit --> > <xsl:attribute-set name="header.content.properties">
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 199561
: 155774