http://ofbiz.116.s1.nabble.com/jira-Closed-OFBIZ-12026-Hyperlink-title-under-form-widget-doesn-t-support-character-encoding-for-spes-tp4762676.html
I have also noticed that hyperlink target-type attribute is deprecated and should be replaced by url-mode. I have created OFBIZ-12091 for that.
Note:I have also reverted the usage of the target-type "plain" commited here and in OFBIZ -12023. By default the type is intra-app and that changes nothing toward the issue now fixed.
> Hyperlink title under form widget doesn't support character encoding for special characters
> -------------------------------------------------------------------------------------------
>
> Key: OFBIZ-12026
> URL:
https://issues.apache.org/jira/browse/OFBIZ-12026> Project: OFBiz
> Issue Type: Bug
> Affects Versions: Release Branch 17.12, Trunk
> Reporter: Pradeep Choudhary
> Assignee: Jacques Le Roux
> Priority: Minor
> Fix For: 18.12.01, 17.12.05
>
> Attachments: Screenshot from 2020-09-26 18-16-25.png
>
>
> When we use any title with special characters for hyperlink tag, it shows broken string on UI.
> here,
> {code:java}
> <field name="importexport" title=" " use-when="hasBasicPermission" widget-style="buttontext">
> <hyperlink description="${uiLabelMap.CommonImportExport}" target="ImportExport">
> <parameter param-name="organizationPartyId" from-field="partyId"/>
> </hyperlink>
> </field>
> {code}
> <hyperlink description="${uiLabelMap.CommonImportExport}" target="ImportExport">
> It should render a button with the title "Import/Export. But it shows as
> {code:java}
> Import/Export{code}
> Please check attached image for the same.
>