Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

chore: fix character misencodings #78

Merged
merged 1 commit into from
Apr 14, 2021
Merged

Conversation

Rumperuu
Copy link
Collaborator

Various characters had been replaced by ‘‒s.

Fix #77

Various characters had been replaced by â€s.

Fix #77
@Rumperuu Rumperuu added the bug Something isn't working label Apr 13, 2021
@Rumperuu Rumperuu self-assigned this Apr 13, 2021
Copy link
Contributor

@lolzim lolzim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird, was that really a ` and not a ' ?

@Rumperuu Rumperuu merged commit 35d8b82 into main Apr 14, 2021
@Rumperuu Rumperuu deleted the fix-misencoded-characters branch April 14, 2021 16:27
@Rumperuu
Copy link
Collaborator Author

Weird, was that really a ` and not a ' ?

My best guess is that someone copy-pasted the code into a word processor rather than a text editor, which had a different text encoding set and attempted to automatically convert the dumb quotes into smart quotes, which were then corrupted when the code was copy-pasted back to the SVN repo.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Text encoding converts apostrophes to ‘’’
2 participants