Zenoctate@lemmy.world to Programmer Humor@programming.dev · před 5 měsíciModern Font Requirementslemmy.worldimagemessage-square89linkfedilinkarrow-up1927arrow-down111
arrow-up1916arrow-down1imageModern Font Requirementslemmy.worldZenoctate@lemmy.world to Programmer Humor@programming.dev · před 5 měsícimessage-square89linkfedilink
minus-squarejaybone@lemmy.ziplinkfedilinkEnglisharrow-up3·před 5 měsíciAnd 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·před 5 měsíciYou 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