Jump to content
Welcome to our new Citrix community!

Wrong characters displayed on storefront portal in Welcome text


Jiri Halir

Recommended Posts

As a workaround you could create an entry in the strings...js, the one for your language.

%SystemDrive%\inetpub\wwwroot\Citrix\....Web\custom

 

For english use the strings.en.js:

Replace the Example... lines with

WelcomeUser: "Welcome!"

 

The displayname comes from a variable {0}. Because I'm not familiar with js, css... I have no clue where this {0} is defined. And I was unable to find the correct file which is responsible for the wrong encoding.

receiver.html contains the line <meta charset="utf-8" /> in the header which is good and should display the umlauts correctly. It must be configured wrong in another place.

Link to comment
Share on other sites

On 2/2/2024 at 9:11 AM, Björn Schläfli said:

As a workaround you could create an entry in the strings...js, the one for your language.

%SystemDrive%\inetpub\wwwroot\Citrix\....Web\custom

 

For english use the strings.en.js:

Replace the Example... lines with

WelcomeUser: "Welcome!"

 

The displayname comes from a variable {0}. Because I'm not familiar with js, css... I have no clue where this {0} is defined. And I was unable to find the correct file which is responsible for the wrong encoding.

receiver.html contains the line <meta charset="utf-8" /> in the header which is good and should display the umlauts correctly. It must be configured wrong in another place.

 

 

thank you i used this workaround for now..

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...