Active
Project:
Views Table Highlighter
Version:
6.x-1.1
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2010 at 07:44 UTC
Updated:
30 Jul 2010 at 07:44 UTC
Available string field values are not displayed correctly with non latin characters, though if you place the right literal string value in the condition, highlighting works fine.
After some investigation in file: views_table_highlighter_plugin_style.inc
code line No 16
function htmlentities adding the 'UTF-8' (optional) parameter should be:
htmlentities(addslashes($value),ENT_COMPAT,'UTF-8')