c++ - Reasoning behind the u8, u, and U string literals -
what reasoning behind string literals u8
, u
, u
? why these specific literals picked? me u8
, u16
, u32
clearer @ first glance @ code.
does have links discussions this?
the letters u
, u
chosen because proposed in c language technical report.
the u8
added later, when utf-8 support seen needed. @ times late change other two.
Comments
Post a Comment