This commit is contained in:
Julien Neuhart
2019-08-18 20:03:47 +02:00
parent 4f3fe28905
commit bcf06f0d69
5 changed files with 54 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
/*
Package normalize helps removing special
characters from a string.
Fixes: https://github.com/thecodingmachine/gotenberg/issues/104
Credits: https://medium.com/@swdream/golang-remove-all-accents-in-string-319abf6a7f5b
*/
package normalize