Skip to content

Commit 5e52cd6

Browse files
committed
Fix example for zh_CN locale to use correct UTF-8 characters
1 parent c6a5057 commit 5e52cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4285.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ of the standard library implementations are affected by this mistake.</p></li>
2828
<li><p>`date_order()` might need additional locale facets to find out the date order, but it doesn't have an
2929
<tt>ios_base&amp;</tt> argument from which to get the locale.</p></li>
3030
<li><p>Many locales do not use any of the specified formats. For example, `de_DE` uses `%d.%m.%Y`, `zh_CN`
31-
uses `%Y?%m?%d?`. Although <sref ref="[locale.time.get.virtuals]"/>/5 gives an implementation the latitude
31+
uses `%Y年%m月%d日`. Although <sref ref="[locale.time.get.virtuals]"/>/5 gives an implementation the latitude
3232
to accept additional formats, ambiguity could arise if the locale's format disagrees with `date_order()`.</p></li>
3333
</ol>
3434
<p>

0 commit comments

Comments
 (0)