sqlnoob Posted August 25, 2013 Share Posted August 25, 2013 hi http://www.shugo.nl/shugo7/manual/kanji.php I am trying to make the stylesheet work in all browsers. So far I notice that this page with a pre tag for the japanese kanji only works in Internet Explorer. I'm trying to make it work in Firefox and Chrome too. I tried html 4 transitional and html 5, neither of which works. The only thing Firefox and Chrome loads is the pre tag, but not the stylesheet. Quote Link to comment Share on other sites More sharing options...
sqlnoob Posted August 25, 2013 Author Share Posted August 25, 2013 also tried it without the pre tag. It doesn't work. For some odd reason Firefox and Chrome don't support stylesheets with Japanese Kanji in the html. Quote Link to comment Share on other sites More sharing options...
jazzman1 Posted August 25, 2013 Share Posted August 25, 2013 (edited) Change the encoding to utf-8. EDIT: If you don't want to change the encoding (I like UTF8), try to set a html base tag inside the head tag. (not tested): <base href="http://www.shugo.nl"> <link rel="stylesheet" type="text/css" href="../look/guidestyle.css"> Edited August 25, 2013 by jazzman1 Quote Link to comment Share on other sites More sharing options...
sqlnoob Posted August 26, 2013 Author Share Posted August 26, 2013 ^ OK tried that. Doesn't work! Also doesn't work in IE. Thanks for the suggestion though. Got any more suggestions? Quote Link to comment Share on other sites More sharing options...
sqlnoob Posted August 26, 2013 Author Share Posted August 26, 2013 the character set is clearly supported https://developer.mozilla.org/en-US/docs/Gecko/Character_sets_supported_by_Gecko but somehow the character set prevents the stylesheet from being loaded Quote Link to comment Share on other sites More sharing options...
sqlnoob Posted August 26, 2013 Author Share Posted August 26, 2013 (edited) OK tried it with an internal stylesheet and that works allright. Apparently if you use an external stylesheet with a Japanese character set, that isn't supported in firefox and chrome. I don't know why that is so. Perhaps because the stylesheet is not iso, that causes problems for firefox and chrome but not for internet explorer. Would love to hear a suggestion where it works with an external stylesheet. Edited August 26, 2013 by sqlnoob Quote Link to comment Share on other sites More sharing options...
jazzman1 Posted August 26, 2013 Share Posted August 26, 2013 Try to set the same encoding inside the css document - @charset "ISO-2022-JP"; https://developer.mozilla.org/en-US/docs/Web/CSS/@charset Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.