Actions
Bug #4229
closedbindString (WTemplate) and utf-8 special chars
Start date:
06/23/2015
Due date:
% Done:
0%
Estimated time:
Description
The documentation of WTemplate's bindString says:
"Depending on the textFormat, the value is validated according as for a WText"
Thus I expect bindString to the same as binding a WText().
But using "bindString", special utf-8 chars like "é" will be replaced by "?", while binding the same text as a WText(), it display normally.
This a new bug: Wt 3.3.3 did not had this problem.
As a workaround, using "bindWindget(..., new WText(...))" will display the chars rightfully.
Files
Updated by Koen Deforche over 9 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
- Target version changed from 3.3.4 to 3.3.5
This seems to be already resolved in current git.
I got this result:
This won't work: éç àèùì ûêâî
This will work: éç àèùì ûêâî
Updated by Koen Deforche about 9 years ago
- Status changed from Resolved to Closed
Actions