I’m having some trouble with tooltips. I have a tooltip for an icon view but some characters come out wrong. ‘ç’ never shows up correctly, even when it’s htmlencoded. ç shows as ç, &-ccedil; and ç show up as themselves, not ‘ç’. ã shows as ã and &-atilde; as itself. (added the dashes in the html codes because they were showing as their corresponding character, as they should).
Be sure to define page encoding ( through meta tags or by page headers ) - errors similar to above one occurs when page uses incorrect encoding ( data written in utf-8 but page shown in latin-1 or similar cases )
I’ve set in and it still won’t work. Same as before, ç won’t show and the encodes show as themselves. However, in other types of views, special characters work without a problem, it seems to be an issue with tooltips alone.
Tooltip doesn’t preprocess text in any special way, so I’m not sure how it can occurs
Can you reconstruct the problematic scenario with snippet tool ( http://webix.com/snippet/ ) or provide a demo link where problem can be checked ?
Nevermind, turns out had to restart the browser after setting the meta-tag, refreshing wasn’t doing anything. Thank you for the help.