mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-14 03:12:14 +01:00
fixes #104
This commit is contained in:
9
internal/pkg/normalize/doc.go
Normal file
9
internal/pkg/normalize/doc.go
Normal 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
|
||||
Reference in New Issue
Block a user