Skip to content

Commit

Permalink
Document changes to mbstring functions
Browse files Browse the repository at this point in the history
  • Loading branch information
mumumu committed Dec 3, 2024
1 parent a9eb4da commit f2f3a76
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 4 deletions.
12 changes: 11 additions & 1 deletion reference/mbstring/functions/mb-convert-case.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: b4afab59db15ea4b7c5dc2132d85932b4859bcf2 Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: 398329d3c680e8eccd694a6a3f7fe1ebd929ea80 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi,mumumu -->
<refentry xml:id="function.mb-convert-case" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand Down Expand Up @@ -82,6 +82,16 @@
</row>
</thead>
<tbody>
<row>
<entry>8.3.0</entry>
<entry>
ギリシャ文字のシグマ向けに、条件付きのケースルールが実装されました。
これは <constant>MB_CASE_LOWER</constant>
と <constant>MB_CASE_TITLE</constant> にのみ適用されます。
<constant>MB_CASE_LOWER_SIMPLE</constant> と
<constant>MB_CASE_TITLE_SIMPLE</constant> には適用されません。
</entry>
</row>
<row>
<entry>7.3.0</entry>
<entry>
Expand Down
28 changes: 27 additions & 1 deletion reference/mbstring/functions/mb-decode-mimeheader.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 92f1b8b177eb5730382abf9f27bae868f1bb636f Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: 398329d3c680e8eccd694a6a3f7fe1ebd929ea80 Maintainer: hirokawa Status: ready -->
<refentry xml:id="function.mb-decode-mimeheader" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>mb_decode_mimeheader</refname>
Expand Down Expand Up @@ -42,6 +42,32 @@
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.3.0</entry>
<entry>
アンダースコアは
<link xlink:href="&url.rfc;2047">RFC 2047</link>
に定められた通り、スペースに変換されるようになりました。
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand Down
10 changes: 9 additions & 1 deletion reference/mbstring/functions/mb-encode-mimeheader.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 936691e7449fe193b474f7d29df152952e9b8df6 Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: 398329d3c680e8eccd694a6a3f7fe1ebd929ea80 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi,mumumu -->
<refentry xml:id="function.mb-encode-mimeheader" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand Down Expand Up @@ -102,6 +102,14 @@
</row>
</thead>
<tbody>
<row>
<entry>8.3.0</entry>
<entry>
<literal>NUL</literal> (0) バイトは、
Quoted-Printable エンコーディングを用いた場合でも削除されなくなりました。
代わりに、<literal>=00</literal> でエンコードされます。
</entry>
</row>
<row>
<entry>8.0.0</entry>
<entry>
Expand Down
26 changes: 25 additions & 1 deletion reference/mbstring/functions/mb-strtolower.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: b4afab59db15ea4b7c5dc2132d85932b4859bcf2 Maintainer: hirokawa Status: ready -->
<!-- EN-Revision: 398329d3c680e8eccd694a6a3f7fe1ebd929ea80 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi -->
<refentry xml:id="function.mb-strtolower" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand Down Expand Up @@ -97,6 +97,30 @@ echo $str; // 結果は τάχιστη αλώπηξ βαφής ψημένη γη
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.3.0</entry>
<entry>
ギリシャ文字のシグマ向けに、条件付きのケースルールが実装されました。
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand Down

0 comments on commit f2f3a76

Please sign in to comment.