@SethDeBlade
Try this version. This should file the Oils (i hope).
@Yoshette
Your server was down when I tried to look... will try again later.
Moderator: ds
else if (strtolower($val[1]) == utf8_encode('öl'))
{
$data['recipe_type'] = utf8_encode('Öle');
}
else if (strtolower($val[1]) == 'zauberstab')
{
$data['recipe_type'] = utf8_encode('Zauberstäbe');
}
else if (strtolower($val[1]) == utf8_encode('öl'))
else if (strtolower($val[1]) == 'öl')
else if (strtolower($val[1]) == 'öl')
mbstring provides multibyte specific string functions that help you deal with multibyte encodings in PHP. In addition to that, mbstring handles character encoding conversion between the possible encoding pairs. mbstring is designed to handle Unicode-based encodings such as UTF-8 and UCS-2 and many single-byte encodings for convenience (listed below).
Users browsing this forum: No registered users and 0 guests