fix: display german umlauts correctly in emails

alpha
alex 2023-01-04 00:04:52 +01:00
parent 5bd3403928
commit dfc372c644
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ package escaper
import "strings"
// https://www.htmlsymbol.com/html-entities/
var htmlEntitesEscaper = strings.NewReplacer(
`Ä`, "Ä",
`ä`, "ä",