Maven (famous)@lemmy.zip to Programmer Humor@lemmy.ml · 2 years agoblahajlemmy.zipimagemessage-square27linkfedilinkarrow-up121cross-posted to: programmer_humor@programming.dev
arrow-up121imageblahajlemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@lemmy.ml · 2 years agomessage-square27linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squarepmk@lemmy.sdf.orglinkfedilinkarrow-up1·2 years agoUnicode in filenames can be a bad idea, since there are more than one way to achieve what looks like the same character. So matching patterns could fail if you think it’s one way, but it’s actually another representation in unicode.
Unicode in filenames can be a bad idea, since there are more than one way to achieve what looks like the same character. So matching patterns could fail if you think it’s one way, but it’s actually another representation in unicode.