Zenoctate@lemmy.world to Programmer Humor@programming.dev · 2 个月前Modern Font Requirementslemmy.worldimagemessage-square89fedilinkarrow-up1927arrow-down111
arrow-up1916arrow-down1imageModern Font Requirementslemmy.worldZenoctate@lemmy.world to Programmer Humor@programming.dev · 2 个月前message-square89fedilink
minus-squarepewpew@feddit.itlinkfedilinkarrow-up17·2 个月前Pretty sure you can use the 𝓾𝓷𝓲𝓬𝓸𝓭𝓮 𝓬𝓱𝓪𝓻𝓪𝓬𝓽𝓮𝓻𝓼
minus-squarejaybone@lemmy.ziplinkfedilinkEnglisharrow-up3·2 个月前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.
minus-squarethevoidzero@lemmy.worldlinkfedilinkarrow-up1·2 个月前You could always write your own program that runs before the compiler. Simple character replace for those unicodes to ascii
Pretty sure you can use the 𝓾𝓷𝓲𝓬𝓸𝓭𝓮 𝓬𝓱𝓪𝓻𝓪𝓬𝓽𝓮𝓻𝓼
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