Skip to content

Conversation

@musicinmybrain
Copy link
Contributor

This is a very minor thing, but I came across it while investigating packaging lest for Fedora: example/16-trompeloeil-runtime.cpp is the only non-ASCII source file (because of the ö in Björn Fahller’s name), and its encoding is ISO-8869-1. I think that in 2025, UTF-8 would make more sense.

Furthermore, CHANGES.txt is valid UTF-8, but some characters were munged during transcoding at some point, leading to the replacement character U+FFFD (UTF-8 byte sequence EF BF BD) appearing at several points. I reconstructed the original intended characters.

This file is UTF-8, but some characters were munged during transcoding
at some point, leading to replacement character U+FFFD (UTF-8 byte
sequence EF BF BD) appearing at several points.

This commit reconstructs the original intended characters.
@musicinmybrain musicinmybrain changed the title Fix some text-incoding inconsistencies. Fix some text-incoding inconsistencies Jan 6, 2025
@martinmoene martinmoene merged commit adb4f7c into martinmoene:master Jan 7, 2025
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