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

Detect whitespace-only changes and call them out explicitly #510

Open
JakeWharton opened this issue Dec 8, 2023 · 1 comment
Open

Detect whitespace-only changes and call them out explicitly #510

JakeWharton opened this issue Dec 8, 2023 · 1 comment

Comments

@JakeWharton
Copy link
Contributor

Usually these render the same visually but are otherwise impossible to detect.

For example, the CLDR updated in JDK 20 to use narrow non-breaking spaces instead of plain spaces in-between the time and "AM"/"PM". This is impossible to detect visually when in a monospaced output context.

Other examples would be the use of regular non-breaking spaces, zero-width spaces, tabs, etc.

@evant
Copy link
Collaborator

evant commented Dec 8, 2023

As mentioned in #509 (comment), tabs are rendered, but not other whitespace chars currently

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

No branches or pull requests

2 participants