Skip to content

Commit

Permalink
Document new allowed characters, and what ' ' stands for
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Aug 3, 2023
1 parent 0eda461 commit 4e35816
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions reference/datetime/datetimeimmutable/createfromformat.xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,9 @@
</row>
<row>
<entry><literal> </literal> (space)</entry>
<entry>One space or one tab</entry>
<entry>Example: <literal> </literal></entry>
<entry>Zero or more spaces, tabs, NBSP (U+A0), or NNBSP (U+202F)
characters</entry>
<entry>Example: <literal>"\t"</literal>, <literal>" "</literal></entry>
</row>
<row>
<entry><literal>#</literal></entry>
Expand Down Expand Up @@ -458,6 +459,13 @@
</row>
</thead>
<tbody>
<row>
<entry>8.2.9</entry>
<entry>
The <literal> </literal> (space) specifier now also supports NBSP
(U+A0) and NNBSP (U+202F) characters.
</entry>
</row>
<row>
<entry>8.2.0</entry>
<entry>
Expand Down

0 comments on commit 4e35816

Please sign in to comment.