derek Tue Apr 4 00:05:06 2006 UTC
Modified files:
/phpdoc/en/reference/mbstring reference.xml
Log:
Fixed a newline issue which would have caused an unwanted space bewteen a
quote and zen-kaku.
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/mbstring/reference.xml?r1=1.23&r2=1.24&diff_format=u
Index: phpdoc/en/reference/mbstring/reference.xml
diff -u phpdoc/en/reference/mbstring/reference.xml:1.23
phpdoc/en/reference/mbstring/reference.xml:1.24
--- phpdoc/en/reference/mbstring/reference.xml:1.23 Mon Apr 3 21:39:59 2006
+++ phpdoc/en/reference/mbstring/reference.xml Tue Apr 4 00:05:06 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.23 $ -->
+<!-- $Revision: 1.24 $ -->
<!-- Purpose: international -->
<!-- Membership: bundled -->
@@ -488,12 +488,12 @@
<listitem>
<simpara>
Most Japanese multibyte characters appear twice as wide as
- single-byte characters. These characters are called "
- zen-kaku" in Japanese, which means "full width".
- Other, narrower, characters are called "han-kaku",
- which means "half width". The graphical properties
- of the characters, however, depends upon the type faces used
- to display them.
+ single-byte characters. These characters are called
+ "zen-kaku" in Japanese, which means
+ "full width". Other, narrower, characters are called
+ "han-kaku", which means "half width". The
+ graphical properties of the characters, however, depends upon
+ the type faces used to display them.
</simpara>
</listitem>
<listitem>