Skip to content

Warn for probably wrong unicode escapes such as \u0ffff #183

@lsf37

Description

@lsf37

\u0ffff means \u0fff followed by the letter f. The user probably meant \U00ffff instead.

We should add a warning for such occasions (for \u and \U), which can optionally be suppressed.

See also #179

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions