Wt.Auth.user-name is not shown properly since 3.3.4
Added by Valeriy Fedyunin over 9 years ago
Good day!
In project I have cyrillic symbols in auth_strings.xml e.g.
<message id="Wt.Auth.user-name">Имя пользователя</message>
<message id="Wt.Auth.user-name-info">Введите имя пользователя</message>
and after going to v3.3.4 instead of correct text of "Wt.Auth.user-name" on the main page shown "???"
Here there is a part of our auth_bootstrap_theme.xml
@
@
@ @
@ ${user-name-label}@
@ @
@
@
@ ${user-name} ${user-name-info}@
@
@
@
@
Replies (3)
RE: Wt.Auth.user-name is not shown properly since 3.3.4 - Added by Valeriy Fedyunin over 9 years ago
Sry I've forgotten about other strange fact:
All of the other strings shown properly on the page.
RE: Wt.Auth.user-name is not shown properly since 3.3.4 - Added by Koen Deforche over 9 years ago
Hey,
Can you file this as a bug? It sounds like we are not properly keeping the string as UTF-8 through the logic that decides how to display the label.
Koen
RE: Wt.Auth.user-name is not shown properly since 3.3.4 - Added by Valeriy Fedyunin over 9 years ago
Of course! #3942