mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
added an explanation of utf-8 switch to pcre
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1678 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
d007a924d2
commit
68cb6b197b
@ -479,6 +479,9 @@ otherterm="gCORBA">CORBA</glossseealso></glossdef></glossentry>
|
||||
<glossentry id="gTLS"><glossterm><acronym>TLS</acronym></glossterm>
|
||||
<glossdef><para>Transport Layer Security</para></glossdef></glossentry>
|
||||
|
||||
<glossentry id="gUCS"><glossterm><acronym>UCS</acronym></glossterm>
|
||||
<glossdef><para>Universal Character Set</para></glossdef></glossentry>
|
||||
|
||||
<glossentry id="gUDF"><glossterm><acronym>UDF</acronym></glossterm>
|
||||
<glossdef><para>Universal Disk Format</para></glossdef></glossentry>
|
||||
|
||||
@ -500,6 +503,9 @@ otherterm="gCORBA">CORBA</glossseealso></glossdef></glossentry>
|
||||
<glossentry id="gUSR"><glossterm><acronym>USR</acronym></glossterm>
|
||||
<glossdef><para>Upstream Ready</para></glossdef></glossentry>
|
||||
|
||||
<glossentry id="gUTF"><glossterm><acronym>UTF</acronym></glossterm>
|
||||
<glossdef><para>UCS Transformation Format</para></glossdef></glossentry>
|
||||
|
||||
<glossentry id="gUUCP"><glossterm><acronym>UUCP</acronym></glossterm>
|
||||
<glossdef><para>Unix-to-Unix Copy Protocol</para></glossdef></glossentry>
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
&pcre-intro;
|
||||
&pcre-inst;
|
||||
&pcre-exp;
|
||||
&pcre-desc;
|
||||
|
||||
</sect1>
|
||||
|
@ -1,6 +1,7 @@
|
||||
<!ENTITY pcre SYSTEM "../pcre.xml">
|
||||
<!ENTITY pcre-intro SYSTEM "pcre-intro.xml">
|
||||
<!ENTITY pcre-inst SYSTEM "pcre-inst.xml">
|
||||
<!ENTITY pcre-exp SYSTEM "pcre-exp.xml">
|
||||
<!ENTITY pcre-desc SYSTEM "pcre-desc.xml">
|
||||
<!ENTITY pcre-version "4.5">
|
||||
<!ENTITY pcre-download-http "http://ftp.jg555.com/linux/libs/pcre-&pcre-version;.tar.bz2">
|
||||
|
Loading…
Reference in New Issue
Block a user