Bug 22504 – spec/type.html: 6.1 Basic Data Types: Backslash missing in default value for {,d,w}char

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
dlang.org
Product
D
Version
D2
Platform
All
OS
All
Creation time
2021-11-11T17:58:43Z
Last change time
2021-12-30T03:30:21Z
Keywords
pull, spec, trivial
Assigned to
No Owner
Creator
kdevel

Comments

Comment #0 by kdevel — 2021-11-11T17:58:43Z
https://dlang.org/spec/type.html char 'xFF' unsigned 8 bit (UTF-8 code unit) wchar 'uFFFF' unsigned 16 bit (UTF-16 code unit) dchar 'U0000FFFF' unsigned 32 bit (UTF-32 code unit) should read char '\xFF' unsigned 8 bit (UTF-8 code unit) wchar '\uFFFF' unsigned 16 bit (UTF-16 code unit) dchar '\U0000FFFF' unsigned 32 bit (UTF-32 code unit)
Comment #1 by dlang-bot — 2021-12-29T17:10:43Z
@wolframw created dlang/dlang.org pull request #3152 "Fix Issue 22504 - spec/type.html: 6.1 Basic Data Types: Backslash missing in default value for {,d,w}char" fixing this issue: - Fix Issue 22504 - spec/type.html: 6.1 Basic Data Types: Backslash missing in default value for {,d,w}char Signed-off-by: wolframw <[email protected]> https://github.com/dlang/dlang.org/pull/3152
Comment #2 by dlang-bot — 2021-12-30T03:30:21Z
dlang/dlang.org pull request #3152 "Fix Issue 22504 - spec/type.html: 6.1 Basic Data Types: Backslash missing in default value for {,d,w}char" was merged into master: - be5dfe19d0c12c6a9634d591e366d2b0c949f9c1 by wolframw: Fix Issue 22504 - spec/type.html: 6.1 Basic Data Types: Backslash missing in default value for {,d,w}char Signed-off-by: wolframw <[email protected]> https://github.com/dlang/dlang.org/pull/3152