Closed (fixed)
Project:
Recipe
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jan 2012 at 14:56 UTC
Updated:
12 Feb 2012 at 22:50 UTC
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
Comment #1
jvandervort commentedFixed in dev, give it a test when you can.