mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 14:10:30 +03:00
Revert "Removed implicit string concatenation"
This reverts commit a659c62400
.
This commit is contained in:
parent
a4e838e3f2
commit
4ad35bae86
1 changed files with 3 additions and 3 deletions
|
@ -820,9 +820,9 @@ template EncoderInstance(CharType : Windows1252Char)
|
|||
|
||||
immutable wstring charMap =
|
||||
"\u20AC\uFFFD\u201A\u0192\u201E\u2026\u2020\u2021"
|
||||
~ "\u02C6\u2030\u0160\u2039\u0152\uFFFD\u017D\uFFFD"
|
||||
~ "\uFFFD\u2018\u2019\u201C\u201D\u2022\u2103\u2014"
|
||||
~ "\u02DC\u2122\u0161\u203A\u0153\uFFFD\u017E\u0178"
|
||||
"\u02C6\u2030\u0160\u2039\u0152\uFFFD\u017D\uFFFD"
|
||||
"\uFFFD\u2018\u2019\u201C\u201D\u2022\u2103\u2014"
|
||||
"\u02DC\u2122\u0161\u203A\u0153\uFFFD\u017E\u0178"
|
||||
;
|
||||
|
||||
bool canEncode(dchar c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue