@[email protected] to Programmer [email protected] • 2 months agoModern Font Requirementslemmy.worldimagemessage-square86fedilinkarrow-up1887
arrow-up1887imageModern Font Requirementslemmy.world@[email protected] to Programmer [email protected] • 2 months agomessage-square86fedilink
minus-square@[email protected]linkfedilinkEnglish3•2 months 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@[email protected]linkfedilink1•2 months 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