Files
bpfire/html/cgi-bin
Adolf Belka 716b8fb503 dns.cgi: Fixes bug#12395 - German umlauts not correctly displayed in remarks
- If Freifunk München e.V. is entered as a remark it gets converted to
   Freifunk München e.V.
- This is because cleanhtml is used on the UTF-8 remark text before saving it to the file
   and the HTML::Entities::encode_entities command that is run on that remark text does
   not work with UTF-8 text.
- If the UTF-8 text in the remark is decoded before running through the cleanhtml command
   then the characters with diacritical marks are correctly shown.
- Have tested out the fix on a remark with a range of different characters with
   diacritical marks and all of the ones tested were displayed correctly with the fix while
   in the original form they were mangled.

Fixes: Bug#12395
Tested-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2024-03-12 09:30:50 +00:00
..
2023-12-22 10:30:45 +00:00
2021-07-07 09:34:31 +00:00
2021-07-09 12:56:17 +00:00
2023-03-13 21:37:39 +00:00
2021-06-10 14:30:53 +01:00
2021-06-10 14:30:53 +01:00
2021-04-08 10:11:34 +00:00
2024-02-11 11:27:48 +01:00
2024-02-10 12:00:18 +00:00