@[email protected] to Programmer [email protected] • 2 days agoModern Font Requirementslemmy.worldimagemessage-square81fedilinkarrow-up1859
arrow-up1859imageModern Font Requirementslemmy.world@[email protected] to Programmer [email protected] • 2 days agomessage-square81fedilink
minus-square@[email protected]linkfedilinkEnglish3•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-square@[email protected]linkfedilink1•9 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