Skip to content

Use Unicode escapes for superscript characters.#701

Merged
garydgregory merged 1 commit into
apache:masterfrom
eamonnmcmanus:unicode
Nov 11, 2024
Merged

Use Unicode escapes for superscript characters.#701
garydgregory merged 1 commit into
apache:masterfrom
eamonnmcmanus:unicode

Conversation

@eamonnmcmanus

Copy link
Copy Markdown
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
@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