The function recipe_get_ingredient_alpha_list uses substr to get the first letter of each ingredient. In UTF-8 the german umlauts have 16 byte which substr can't handle. It works perfectly fine if you use mb_substr instead.

Comments

jvandervort’s picture

Status: Active » Fixed

Fixed in dev, give it a test when you can.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.