JoshCheek / seeing_is_believing

Displays the results of every line of code in your file
1.3k stars 54 forks source link

Look into whether Parser will figure out the encoding for us #93

Closed JoshCheek closed 7 years ago

JoshCheek commented 7 years ago

https://github.com/JoshCheek/seeing_is_believing/pull/92/files#diff-cf405cf785648bee3286943f65bad192R274

I probably do some text manipulation on it anyway, which assumes this. Might need to try and find an example of a file in a different encoding in order to see what happens.

JoshCheek commented 7 years ago

Not going to do this, instead going to go with utf-8 everywhere. See https://github.com/JoshCheek/seeing_is_believing/wiki/Encodings if you care.