Title
UTF-8 code units in plain char
Status
c++14
Section
5.13.5 [lex.string]
Submitter
United Kingdom

Created on 2013-09-23.00:00:00 last changed 114 months ago

Messages

Date: 2014-02-15.00:00:00

[Moved to DR at the February, 2014 meeting as part of document N3914.]

Date: 2013-09-23.00:00:00
N3690 comment GB 1

A UTF-8 string literal might result in a code unit with the value 0x80. However, plain char is not guaranteed to be able to represent 0x80.

History
Date User Action Args
2014-11-24 00:00:00adminsetstatus: dr -> c++14
2014-03-03 00:00:00adminsetmessages: + msg4926
2014-03-03 00:00:00adminsetstatus: drafting -> dr
2013-09-23 00:00:00admincreate