Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P1041R4 Make char16_t/char32_t string literals be UTF-16/32 #2740

Merged
merged 1 commit into from Mar 9, 2019

Conversation

burblebee
Copy link
Contributor

Fixes #2686.

@jensmaurer jensmaurer added this to the post-2019-02 milestone Mar 5, 2019
source/lex.tex Outdated Show resolved Hide resolved
source/lex.tex Outdated Show resolved Hide resolved
Copy link
Member

@jensmaurer jensmaurer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not done: "Furthermore, replace all instances of char16_t string literal with UTF-16 string literal, all instances of char32_t string literal with UTF-32 string literal, all instances of char16_t character literal with UTF-16 character literal, and all instances of char32_t character literal with UTF-32 character literal."

[lex.string] Removed term "char8_t string literal", replacing with UTF-8
string literal throughout, for consistency.
@zygoloid
Copy link
Member

zygoloid commented Mar 9, 2019

Jens' comments addressed. I also removed the term "char8_t string literal" in favor of "UTF-8 string literal" for consistency.

@zygoloid zygoloid requested a review from jensmaurer March 9, 2019 01:50
@zygoloid zygoloid merged commit cad039d into master Mar 9, 2019
@jensmaurer jensmaurer deleted the motions-2019-02-cwg-6 branch October 19, 2019 20:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants