mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
* Unicode support Part 1 Makes all calls to ascii2text() and text2ascii() unicode aware as well as all calls in code/__HELPERS/text.dm. Adds defines for the footext_char() procs to maintain 512 support. I did some cleanup on the text helpers since a lot of them were really, really bad. reject_bad_text() and reject_bad_name() have an arg to reject non-ascii chars which defaults to TRUE. * Give travis a more recent beta * Ultimate compat Added the _char procs I was missing Test the build instead of the version because Lummox is a goddamn moron * Suggested fixes, removes the last of the dd_ helpers * Reading the reference is very important! * Minor code improvements and a comment * Typo