Zenoctate@lemmy.world to Programmer Humor@programming.dev · 2 days agoModern Font Requirementslemmy.worldexternal-linkmessage-square84fedilinkarrow-up1905arrow-down111
arrow-up1894arrow-down1external-linkModern Font Requirementslemmy.worldZenoctate@lemmy.world to Programmer Humor@programming.dev · 2 days agomessage-square84fedilink
minus-squarejaybone@lemmy.ziplinkfedilinkEnglisharrow-up3·2 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-squarethevoidzero@lemmy.worldlinkfedilinkarrow-up1·17 hours 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