utf 8 - Umlaute are not being displayed in Chrome and Opera -


this question has answer here:

the problem: chrome (version 47.0.2526.106 m) doesn't display 'german umlaute' regardless i'm trying do. opera same (34.0.2036.36)

however in firefox (43.0.2) , edge 'umlaute' show correctly.

tried following things:

  • cleared browser cache

  • saved files utf-8 encoding sublime

  • checkt default character settings hosting server

  • deinstalled 'helvetica neue' according hint here: www.productforums.google.com/forum/#!topic/chrome-de/eb_ljsqn2gw

  • header looks following:

    <?php header('content-type: text/html; charset=utf-8'); ?> <!doctype html> <html lang="de"> <head> <meta charset="utf-8"> [...] 

important know fact affected text located within external .htm file loaded dynamically generated div via jquery so:

$(environment).load("infotxt/meadow-1-1.htm"); 

the intersting thing text doesn't display umlaute correctly. attatched example picture of site, text i'm reffering 1 in upper right corner. text umlaute

link image

anyone encountered similar things? im thankful support in matter.

cheers!

os: windows 10 pro

solved

simply changing extension of loaded document from .htm .php previous settings (as stated in request/problem) did trick me.

you can find link original answer here:

stackoverflow

thanks rslinger


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -