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

Character doesn't mean anything #59

Closed
cor3ntin opened this issue Feb 26, 2020 · 2 comments
Closed

Character doesn't mean anything #59

cor3ntin opened this issue Feb 26, 2020 · 2 comments

Comments

@cor3ntin
Copy link
Collaborator

cor3ntin commented Feb 26, 2020

In the wording, depending on context, the term character can designate

  • An abstract character in the source encoding
  • An abstract character in the execution encoding
  • A code point in the
  • A code unit
  • An instance of a character type (char, char8_t, charc16_t, etc), which doesn't represent a character type
  • ...

More critically, this confusion is source of bugs, or unsupported feature ( for example, is it possible to have a non-ascii digital separator?)

We should fix that but its a lot of work
There is a bit of code wording to change and quite a bit of change which might be required
to <filesystem>, <string>, <regex>, <locale>, <format>, <iostream>

@tahonermann
Copy link
Member

I think this is a particular case of updates that we would do for issue #7. Can you provide a rationale for keeping this issue open as a separate task?

@tahonermann
Copy link
Member

Closing as something to be addressed as part of #7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants