This helper contains functions to work with strings.
public static
isoToUtf8(string $value): string
This helper method re-encodes an ISO 8859-1 string to UTF-8.
The ISO 8859-1 encoded string.
The UTF-8 encoded string.
utf8ToIso(string $value): string
This helper method re-encodes an UTF-8 string to ISO 8859-1.