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

Fixed incorrect characters #304

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

jtucker2
Copy link

I found that a number of the exercises' instructions have characters that seem to have been wrongly decoded from their original UTF-8 meaning, using some other encoding, and then saved into the files. I've fixed all of the wrong characters I found but there could potentially be more.

I fixed them using iconv to convert the contents of the files from UTF-8 to Windows-1252 (which I guessed was the incorrectly used encoding at some point when the original data was collected) and then saved the correct characters back into the files, along with some manual changing.

Here is a better explanation of the issue https://stackoverflow.com/a/2477480

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.

None yet

1 participant