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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -