Maven (famous)@lemmy.zip to Programmer Humor@lemmy.ml · 1 year agoblahajlemmy.zipimagemessage-square28linkfedilinkarrow-up121cross-posted to: programmer_humor@programming.dev
arrow-up121imageblahajlemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@lemmy.ml · 1 year agomessage-square28linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squarepmk@lemmy.sdf.orglinkfedilinkarrow-up1·1 year 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.