@Zenoctate@lemmy.world to Programmer Humor@programming.dev • 18 days agoModern Font Requirementslemmy.worldimagemessage-square89fedilinkarrow-up1926arrow-down111
arrow-up1915arrow-down1imageModern Font Requirementslemmy.world@Zenoctate@lemmy.world to Programmer Humor@programming.dev • 18 days agomessage-square89fedilink
minus-square@jaybone@lemmy.ziplinkfedilinkEnglish3•18 days agoAnd then maybe you could use something like #define in C to map them back to valid characters? Not sure if there’s a good way to do that in other higher level languages.
minus-square@thevoidzero@lemmy.worldlinkfedilink1•16 days agoYou could always write your own program that runs before the compiler. Simple character replace for those unicodes to ascii
And then maybe you could use something like #define in C to map them back to valid characters? Not sure if there’s a good way to do that in other higher level languages.
You could always write your own program that runs before the compiler. Simple character replace for those unicodes to ascii