mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-29 15:06:39 +01:00
* Particularly noticable on the cartridge button of the PDA, any time we transmit a name containing \improper or \proper using nanoui it shows up as ÿ * This is becuase BYOND internally handles these escapes by simply using character 0xFF etc. * We'd better strip them out before sending them as JSON data so they aren't rendered as ÿ when treated as utf-8 encoding.