Hi !
For guys that use non english characters into map labels, here is a patch that strip accents before displaying texts. This is a fix to avoid "à" being turned into "ŕ". The use of ImageString does not allow use of accents reliably (it should be replaced by ImageTTFString but this is a larger change), therefore, the patch just strip accents where relevant.
Some other spots should also use zbx_stripaccents.
For guys that use non english characters into map labels, here is a patch that strip accents before displaying texts. This is a fix to avoid "à" being turned into "ŕ". The use of ImageString does not allow use of accents reliably (it should be replaced by ImageTTFString but this is a larger change), therefore, the patch just strip accents where relevant.
Some other spots should also use zbx_stripaccents.