27
griffi-gh
332d

I spent an entire week debugging my JS Gameboy emulator an year ago.
(The "C" register was read-only for some reason)
Turns out I typed "с" (cyrillic) instead of "c".

Comments
  • 14
    VSCode just recently introduced highlighting of potentially ambiguous characters - can be pretty helpful for things like this.
  • 10
    I ḉ
  • 1
    @kamen I used sublime for web dev back then
  • 0
    7-bit ASCII in human-readable text source files, escape anything else
Add Comment