Tim Pilgrim
06/02/2020, 1:09 PM<#assign tmpImg=hyperlinfield[(hyperlinfield?index_of('>')+1)..(hyperlinfield?index_of('/a>')-2)] />
<img src="${tmpImg}" height="50" width="50"/>
Aria Ghahari
06/02/2020, 1:11 PMTim Pilgrim
06/02/2020, 1:29 PMAria Ghahari
06/02/2020, 1:30 PMcreece
06/02/2020, 4:32 PM<img src="${hyperlinkfield@url}" height="50" weight="50" />
creece
06/02/2020, 4:32 PMTim Pilgrim
06/03/2020, 12:52 AMTo do URL encoding, the framework that encloses FreeMarker must specify the output encoding or the URL encoding charset, so ask the programmers to fix it. Or, as a last chance, you can set the url_encoding_charset setting in the template, e.g. <#setting url_escaping_charset='ISO-8859-1'>, or give the charset explicitly to the buit-in, e.g. foo?url('ISO-8859-1').
and when I add the encoding charset it only renders the colourful question mark.