Am 26.06.2017 um 10:23 schrieb i...@flyingfischer.ch:
> Am 26.06.2017 um 09:04 schrieb Lukasz Lenart:
>> 2017-06-25 15:26 GMT+02:00 i...@flyingfischer.ch <i...@flyingfischer.ch>:
>>> I detected a strange issue. The problem is not present in 2.5.10.1 but
>>> only in 2.5.11:
>>>
>>> In jsp: <i class="fa fa-envelope-o"></i>
>>>
>>> This will not show up as icon, but as kind of scrambled text. Using
>>> struts2-tiles-plugin.
>>>
>>> Hard to imagine to be struts related, but could this still be possibly
>>> related to any of the recent changes?
>> Rather it isn't related to the latest Struts version, just checked on
>> my example app and everything looks good, the icon is there. Maybe
>> some JSP caching, or broken recompilation of JSPs...
>>
>>
>> Regards
> Using FontAwesome
>
> I am on thin ice: I fear the images do display as kind of textual
> representation of private use unicode code points, which they should
> not. I'll try to dig deeper...
>
> Markus
 Using

<i class="fa">&#xf003;</i> instead of <i class="fa fa-envelope-o"></i>

resolves the issue. But I still suspect a change in coding / treating
unicode in Struts.

The CSS starts with @charset "UTF-8";

Markus

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to