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

Use Unicode escapes for superscript characters. #701

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

eamonnmcmanus
Copy link
Contributor

FileSystem.java is encoded with ISO-8859-1 (or Windows-1252) which causes problems if it is compiled on a system that expects UTF-8. It might be better to switch the whole project to use UTF-8 encoding for source files, but that's a much bigger change.

This file is encoded with ISO-8859-1 (or Windows-1252) which causes
problems if it is compiled on a system that expects UTF-8. It might
be better to switch the whole project to use UTF-8 encoding for
source files, but that's a much bigger change.
@garydgregory garydgregory merged commit b56b963 into apache:master Nov 11, 2024
20 of 21 checks passed
@eamonnmcmanus eamonnmcmanus deleted the unicode branch November 12, 2024 23:30
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.

2 participants