commercialhaskell / path

Typed filepath
Other
122 stars 45 forks source link

Characters like the UTF16 surrogate codepoints should not be allowed in paths. #148

Closed NorfairKing closed 2 months ago

NorfairKing commented 5 years ago

because functions like writeFile will error on them

NorfairKing commented 2 months ago

No way to tell if these are actually invalid on all systems.