Mego

Results 16 comments of Mego

Another issue: the leaderboard snippet fails to recognize the correct byte count if a user says "N bytes" anytime later in the post. [Example](http://codegolf.stackexchange.com/a/75270/45941), [screenshot](http://i.imgur.com/bUZ4g90.png)

It seems more reasonable to work on the thing people actually use.

@charmander [I did, a while ago](https://pypi.python.org/pypi/pyshoco). I just thought it might be beneficial to have it in the head fork as well.

Jelly has two characters that map to the same ordinal, which doesn't work well with Python's codec stuff. We'll need to modify the code to consistently use either LF or...

Perhaps instead of exact duplicates, we should look at some threshold (possibly based on [Damerau-Levenshtein edit distance](https://en.wikipedia.org/wiki/Damerau%E2%80%93Levenshtein_distance))