hirokawa Thu Oct 4 09:00:01 2001 EDT
Modified files:
/phpdoc/en/functions strings.xml
/phpdoc/ja/chapters install.xml
/phpdoc/ja/functions strings.xml
Log:
fixed some jade errors (deleted some old links.)
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.114 phpdoc/en/functions/strings.xml:1.115
--- phpdoc/en/functions/strings.xml:1.114 Fri Sep 21 19:21:07 2001
+++ phpdoc/en/functions/strings.xml Thu Oct 4 09:00:00 2001
@@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.114 $ -->
+<!-- $Revision: 1.115 $ -->
<reference id="ref.strings">
<title>String functions</title>
<titleabbrev>Strings</titleabbrev>
@@ -838,6 +838,9 @@
<paramdef>int
<parameter><optional>quote_style</optional></parameter>
</paramdef>
+ <paramdef>string
+ <parameter><optional>charset</optional></parameter>
+ </paramdef>
</funcprototype>
</funcsynopsis>
<para>
@@ -854,8 +857,13 @@
both double and single quotes unconverted.
</para>
<para>
- At present, the ISO-8859-1 character set is used. Note that the
- optional second argument was added in PHP 3.0.17 and PHP 4.0.3.
+ At present, the ISO-8859-1 character set is used as default.
+ Note that the optional second argument was added in PHP 3.0.17
+ and PHP 4.0.3.
+ </para>
+ <para>
+ Like <function>htmlspecialchars</function>, it takes an optional
+ third argument which defines character set used in conversion.
</para>
<para>
See also <function>htmlspecialchars</function> and
@@ -880,6 +888,9 @@
<paramdef>int
<parameter><optional>quote_style</optional></parameter>
</paramdef>
+ <paramdef>string
+ <parameter><optional>charset</optional></parameter>
+ </paramdef>
</funcprototype>
</funcsynopsis>
<para>
@@ -945,6 +956,10 @@
is listed above. For full entity translation, see
<function>htmlentities</function>. Also note that the optional
second argument was added in PHP 3.0.17 and PHP 4.0.3.
+ </para>
+ <para>
+ The third argument defines character set used in conversion. The
+ default character set is ISO-8859-1.
</para>
<para>
See also <function>htmlentities</function> and
Index: phpdoc/ja/chapters/install.xml
diff -u phpdoc/ja/chapters/install.xml:1.37 phpdoc/ja/chapters/install.xml:1.38
--- phpdoc/ja/chapters/install.xml:1.37 Sun Aug 12 12:37:40 2001
+++ phpdoc/ja/chapters/install.xml Thu Oct 4 09:00:00 2001
@@ -396,10 +396,7 @@
異なる機能が必要な場合には、PHPやWebサーバを構築する必要を生じる
可能性があります。ソフトウエアの構築およびコンパイルに不慣れな場
合、必要とする機能を有するパッケージ版のPHPが既に構築されていない
- かどうかを調べる価値があります。
- <ulink url="&url.lightyear;">Lightyear Design</ulink> は、
- <ulink url="&url.tenon;">Tenon Intersystems</ulink> と同様に
- OS
X用にコンパイルした構築前バージョンのPHPを提供しています。
+ かどうかを調べることを推奨します。
</simpara>
</sect2>
@@ -3227,12 +3224,9 @@
<simpara>
PWS と IIS においては、<filename>browscap.ini</filename>を
次のように指定することができます。:
- Windows 9x/Me では 'c:\windows\system\inetsrv\browscap.ini' 、
- NT/2000 サーバーでは
+ Windows 9x/Me では 'c:\windows\system\inetsrv\browscap.ini'、
+ NT/2000 サーバーでは、
'c:\winnt\system32\inetsrv\browscap.ini'
- PHP における browscap
機能に関する詳細な情報については、
- この <ulink url="&url.browscap;">ミラーサーバー</ulink>
を見て、
- "source" ボタンを押して動作を確認下さい。
</simpara>
</listitem>
</itemizedlist>
Index: phpdoc/ja/functions/strings.xml
diff -u phpdoc/ja/functions/strings.xml:1.41 phpdoc/ja/functions/strings.xml:1.42
--- phpdoc/ja/functions/strings.xml:1.41 Mon Aug 13 04:11:37 2001
+++ phpdoc/ja/functions/strings.xml Thu Oct 4 09:00:00 2001
@@ -782,6 +782,11 @@
<replaceable><optional>quote_style</optional></replaceable>
</parameter>
</paramdef>
+ <paramdef>string
+ <parameter>
+ <replaceable><optional>charset</optional></replaceable>
+ </parameter>
+ </paramdef>
</funcprototype>
</funcsynopsis>
<para>
@@ -796,7 +801,10 @@
オートを共に変換しません。
</para>
<para>
- 現在のところ、ISO-8859-1 文字セットが使われます。
+ 現在のところ、ISO-8859-1
+文字セットがデフォルトの文字エンコーディ
+ ングとして使用されます。3番目の引数
+ <parameter>charset</parameter>にて他の文字エンコーディングを指定
+ することも可能です。
</para>
<para>
<function>htmlspecialchars</function> および