-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.2.0-dev, 3.2.0-b2
-
Fix Version/s: 3.2.0-RC2
-
Component/s: BBCode Engine, Viewing posts
-
Labels:None
Unicode chars are displayed incorrectly when used within HTML elements in custom BBCode HTML replacement.
Example to reproduce:
1) Create custom bbcode like:
BBCode usage - [test]
HTML replacement - <input type=button value="Кнопка!" /> {TEXT}
(here the text "Кнопка!" is the Russian for "Button!")
2) try using it like [test]Тест[/test] (Тест is Test in Russian).
You'll get the button text like Ðнопка!
See the screenshot.