Try our conversational search powered by Generative AI!

Chinese simplified character encoding

Vote:
 

Hi All

We are facing an issue with chinese simplifed character encoding on one of our stage server  (it works fine on all dev / QA and other stage server).

The page output is converting chinese characters into question mark, diamonds and other shapes . 

Scenario is

We are using IIS ARR reverse proxy to integrate some of our global sites into EPiServer site . We've a page in CMS which takes the iframe src and iframe loads the external site using reverse proxy.

Those external sites are in English and Chinese languages .

All sites works fine .

However one of the page for a external chinese site is mangling the characters and thats only happened in one on our stage server. While direclty access that external page shows no issues, its only causes encoding issues while iframing into our EPiserver page.

We've compared all the settings such as machine.config, globalization, IIS settings, and page meta tags which is gb2312 as expected,  between working and non-working version of page and no difference spotted.

Any Ideas?

Thanks,

Kashif

#141103
Nov 10, 2015 1:16
Vote:
 

Try this rule based on your requirements
<serverVariables> 
<set name="HTTP_ACCEPT_ENCODING" value="" /> 
</serverVariables> 

Can you please share your rule set?

Regards
/K

#141262
Edited, Nov 10, 2015 14:28
Vote:
 

Have you compared ARR Version on both servers and your dev?

Regards
/K

#141263
Nov 10, 2015 14:35
Vote:
 

Hello Khan

Yes HTTP_ACCEPT_ENCODING is in place , and ARR is same version.  Just an update it doesnt look like a problem with ARR . We see the same problem if we access that page through code without any proxy.

#141289
Nov 11, 2015 12:12
Vote:
 

That looks some enviornmental issue. (If it has not been tested before, ) It will be worthy to pass the request to your infrastructure team also and compare the both servers for all IIS module, .Net packages, Windows Patches etc .

Regards
/K

#141311
Nov 11, 2015 17:21
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.