cancel
Showing results for 
Search instead for 
Did you mean: 

Easier Handling of German Umlauts or other special Characters in the SCP Portal

gregorw
Active Contributor

Hello SAP Portal Community,

when I create a new group in a SAP Cloud Platform Portal Site from Type SAP Fiori Launchpad and use German Umlauts:

The result looks still fine after saving for the first time:

But as soon as I refresh the page the Umlauts look very strange:

But after some try and error I found that the text fields for the Portal follow the standard set by i18n.property fiels and must be ISO-8859-1 encoded. To to that efficiently the tool native2ascii can be used which is part of Java. I've used it on a terminal window:

$ native2ascii 
öäü ÖÄÜ ß
\u00f6\u00e4\u00fc \u00d6\u00c4\u00dc \u00df

Then I've copied the resulting unicode representations into the Group Name:

And the result in the Launchpad looks fine then:

But can't this process be much easier and the Portal Service just takes care of the conversion in the backgroud?

Best regards
Gregor

Murali_Shanmu
Active Contributor
0 Kudos

Hi Gregor,

I never used umlauts but gave it a try, Even if I set the URL parameter sap-language=de, it does not retain the umlauts after a screen refresh. This for sure needs a fix.

Regards,

Former Member
0 Kudos

Hi Gregor,

On which OS + browser are you running?

Thanks,
Amir Yahalom

gregorw
Active Contributor
0 Kudos

Hi Amir,

I'm using Mac OS X and Google Chrome.

Best regards
Gregor

0 Kudos

Hi! Have you found solution? Also for translations of Catalogs and groups via Services and Tools downloadable files in SCP Portal? Because I tried with umlauts and with native2ascii string in the file, but still getting symbols instead of correct character in Catalog or App tile name.

Thanks

Di.

gregorw
Active Contributor
0 Kudos

Dear Di,

I would suggest you create an SAP Incident when you're using the production version of the portal.

Best regards
Gregor

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member

Hi dear Gregor Wolf,

we will check this issue and fix it if needed ,

Thanks

Anat Segev

QPE - Fiori Lunchpad

gregorw
Active Contributor
0 Kudos

Hi Anat,

thank you for the update. This will make the maintainance of tiles, groups and catalogs a lot easier.

Best regards
Gregor