Changes between Version 1 and Version 3 of Ticket #1454
- Timestamp:
- May 25, 2018, 11:42:18 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1454
- Property Resolution → duplicate
- Property Status new → closed
-
Ticket #1454 – Description
v1 v3 6 6 Funktion: decode_utf8($string) 7 7 war vorher: 8 {{{ 8 9 $string = decode_utf8($string); 10 }}} 9 11 ist jetzt 12 {{{ 10 13 $string = encode_htmlentities(decode_utf8($string)); 14 }}}
