Closed JbIPS closed 6 years ago
I added some documentation and a link for the method. IMO, the regexp is good since it filter out all non-ASCII char, whatever they are.
Feel free to squash and merge if this satisfy you.
works great locally, let's merge and deploy
Path with non-ASCII char are passed in header, creating an error. Now we replace all special char with the \uXXXX encoding when stringifying the headers.
Closes #134