Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // FLASH NEKO CPP
- trace("╝".charCodeAt(0)); // 9565 226 226
- trace(StringTools.fastCodeAt("╝", 0)); // 9565 226 226
- trace(Utf8.charCodeAt("╝", 0)); // 9565 9565 9565
- trace(Bytes.ofString("╝").toHex()); // e2959d e2959d e2959d
- trace(String.fromCharCode(Utf8.charCodeAt("╝", 0))); // ╝ ] ]
- trace(String.fromCharCode(9565)); // ╝ ] ]
- trace(Bytes.ofString("╝").toString()); // ╝ â• â•
Advertisement
Add Comment
Please, Sign In to add comment