How to get Korean language characters to display on a website?












1















We have a website that will be displayed in various languages. Our footer gives the option to view the Korean site.



    <ul>
<li><a href="index.aspx">English</a></li>
<li><a href="de/index.aspx">Deutsch</a></li>
<li><a href="nl/index.aspx">Nederlands</a></li>
<li><a href="kr/index.aspx">한국의</a></li>
</ul>


As I developed this locally, everything showed up well.

Korean characters during development



But when I launched it to our testing server which is in a .net environment, it did not display well.

Korean Characters when deployed to testing server



When I did a search for finding solutions I found a site which covered some basics about displaying Korean http://www.katpatuka.org/pub/doc/content-language/ko.htm



They suggested adding the following <meta> tags



    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=KS_C_5601">
<META HTTP-EQUIV="Content-language" CONTENT="ko">


Which I tried but to no avail. What can resolve this?










share|improve this question

























  • What about charset=UTF-8?

    – Explosion Pills
    Jun 5 '13 at 16:57













  • @ExplosionPills just tried it, but did still did not display. Thanks though.

    – JGallardo
    Jun 5 '13 at 17:02











  • possible duplicate of PHP: Displaying Korean Text in a Webpage

    – Blazer
    Jun 5 '13 at 18:31











  • @NathanSakoetoe NO, that link you mention was in PHP. I specifically mentioned that my site is hosted in a .net environment. So please remove your vote to close.

    – JGallardo
    Jun 5 '13 at 20:26


















1















We have a website that will be displayed in various languages. Our footer gives the option to view the Korean site.



    <ul>
<li><a href="index.aspx">English</a></li>
<li><a href="de/index.aspx">Deutsch</a></li>
<li><a href="nl/index.aspx">Nederlands</a></li>
<li><a href="kr/index.aspx">한국의</a></li>
</ul>


As I developed this locally, everything showed up well.

Korean characters during development



But when I launched it to our testing server which is in a .net environment, it did not display well.

Korean Characters when deployed to testing server



When I did a search for finding solutions I found a site which covered some basics about displaying Korean http://www.katpatuka.org/pub/doc/content-language/ko.htm



They suggested adding the following <meta> tags



    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=KS_C_5601">
<META HTTP-EQUIV="Content-language" CONTENT="ko">


Which I tried but to no avail. What can resolve this?










share|improve this question

























  • What about charset=UTF-8?

    – Explosion Pills
    Jun 5 '13 at 16:57













  • @ExplosionPills just tried it, but did still did not display. Thanks though.

    – JGallardo
    Jun 5 '13 at 17:02











  • possible duplicate of PHP: Displaying Korean Text in a Webpage

    – Blazer
    Jun 5 '13 at 18:31











  • @NathanSakoetoe NO, that link you mention was in PHP. I specifically mentioned that my site is hosted in a .net environment. So please remove your vote to close.

    – JGallardo
    Jun 5 '13 at 20:26
















1












1








1








We have a website that will be displayed in various languages. Our footer gives the option to view the Korean site.



    <ul>
<li><a href="index.aspx">English</a></li>
<li><a href="de/index.aspx">Deutsch</a></li>
<li><a href="nl/index.aspx">Nederlands</a></li>
<li><a href="kr/index.aspx">한국의</a></li>
</ul>


As I developed this locally, everything showed up well.

Korean characters during development



But when I launched it to our testing server which is in a .net environment, it did not display well.

Korean Characters when deployed to testing server



When I did a search for finding solutions I found a site which covered some basics about displaying Korean http://www.katpatuka.org/pub/doc/content-language/ko.htm



They suggested adding the following <meta> tags



    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=KS_C_5601">
<META HTTP-EQUIV="Content-language" CONTENT="ko">


Which I tried but to no avail. What can resolve this?










share|improve this question
















We have a website that will be displayed in various languages. Our footer gives the option to view the Korean site.



    <ul>
<li><a href="index.aspx">English</a></li>
<li><a href="de/index.aspx">Deutsch</a></li>
<li><a href="nl/index.aspx">Nederlands</a></li>
<li><a href="kr/index.aspx">한국의</a></li>
</ul>


As I developed this locally, everything showed up well.

Korean characters during development



But when I launched it to our testing server which is in a .net environment, it did not display well.

Korean Characters when deployed to testing server



When I did a search for finding solutions I found a site which covered some basics about displaying Korean http://www.katpatuka.org/pub/doc/content-language/ko.htm



They suggested adding the following <meta> tags



    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=KS_C_5601">
<META HTTP-EQUIV="Content-language" CONTENT="ko">


Which I tried but to no avail. What can resolve this?







html localization






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jun 5 '13 at 17:13







JGallardo

















asked Jun 5 '13 at 16:56









JGallardoJGallardo

6,55335567




6,55335567













  • What about charset=UTF-8?

    – Explosion Pills
    Jun 5 '13 at 16:57













  • @ExplosionPills just tried it, but did still did not display. Thanks though.

    – JGallardo
    Jun 5 '13 at 17:02











  • possible duplicate of PHP: Displaying Korean Text in a Webpage

    – Blazer
    Jun 5 '13 at 18:31











  • @NathanSakoetoe NO, that link you mention was in PHP. I specifically mentioned that my site is hosted in a .net environment. So please remove your vote to close.

    – JGallardo
    Jun 5 '13 at 20:26





















  • What about charset=UTF-8?

    – Explosion Pills
    Jun 5 '13 at 16:57













  • @ExplosionPills just tried it, but did still did not display. Thanks though.

    – JGallardo
    Jun 5 '13 at 17:02











  • possible duplicate of PHP: Displaying Korean Text in a Webpage

    – Blazer
    Jun 5 '13 at 18:31











  • @NathanSakoetoe NO, that link you mention was in PHP. I specifically mentioned that my site is hosted in a .net environment. So please remove your vote to close.

    – JGallardo
    Jun 5 '13 at 20:26



















What about charset=UTF-8?

– Explosion Pills
Jun 5 '13 at 16:57







What about charset=UTF-8?

– Explosion Pills
Jun 5 '13 at 16:57















@ExplosionPills just tried it, but did still did not display. Thanks though.

– JGallardo
Jun 5 '13 at 17:02





@ExplosionPills just tried it, but did still did not display. Thanks though.

– JGallardo
Jun 5 '13 at 17:02













possible duplicate of PHP: Displaying Korean Text in a Webpage

– Blazer
Jun 5 '13 at 18:31





possible duplicate of PHP: Displaying Korean Text in a Webpage

– Blazer
Jun 5 '13 at 18:31













@NathanSakoetoe NO, that link you mention was in PHP. I specifically mentioned that my site is hosted in a .net environment. So please remove your vote to close.

– JGallardo
Jun 5 '13 at 20:26







@NathanSakoetoe NO, that link you mention was in PHP. I specifically mentioned that my site is hosted in a .net environment. So please remove your vote to close.

– JGallardo
Jun 5 '13 at 20:26














1 Answer
1






active

oldest

votes


















1














The sample page mentioned is sent by the server with the HTTP header



Content-Type: text/html; charset=iso-8859-9


This must be all wrong. ISO-8859-9 is an 8-bit code, known as Latin/Turkish or ISO Latin5.



A meta tag cannot override the encoding information in HTTP headers. You need to fix the server configuration.



The page seems to display OK if I manually (using browser settings, overriding HTTP headers) set the encoding to “Korean” in Chrome, whatever that might mean (windows-949, perhaps). Ditto on IE 10. In Firefox, there are three Korean encodings selectable. The one that makes the page display OK is “EUC-KR”. The differences between it and windows-949 might (or might not) be insignificant here.



So it’s rather confusing. I would really suggest converting the encoding to UTF-8 and declaring it in HTTP headers. (Actually, it suffices to use “UTF-8 with BOM”, since browsers will infer UTF-8 from the BOM, overriding any other information.)






share|improve this answer























    Your Answer






    StackExchange.ifUsing("editor", function () {
    StackExchange.using("externalEditor", function () {
    StackExchange.using("snippets", function () {
    StackExchange.snippets.init();
    });
    });
    }, "code-snippets");

    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "1"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f16945681%2fhow-to-get-korean-language-characters-to-display-on-a-website%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    The sample page mentioned is sent by the server with the HTTP header



    Content-Type: text/html; charset=iso-8859-9


    This must be all wrong. ISO-8859-9 is an 8-bit code, known as Latin/Turkish or ISO Latin5.



    A meta tag cannot override the encoding information in HTTP headers. You need to fix the server configuration.



    The page seems to display OK if I manually (using browser settings, overriding HTTP headers) set the encoding to “Korean” in Chrome, whatever that might mean (windows-949, perhaps). Ditto on IE 10. In Firefox, there are three Korean encodings selectable. The one that makes the page display OK is “EUC-KR”. The differences between it and windows-949 might (or might not) be insignificant here.



    So it’s rather confusing. I would really suggest converting the encoding to UTF-8 and declaring it in HTTP headers. (Actually, it suffices to use “UTF-8 with BOM”, since browsers will infer UTF-8 from the BOM, overriding any other information.)






    share|improve this answer




























      1














      The sample page mentioned is sent by the server with the HTTP header



      Content-Type: text/html; charset=iso-8859-9


      This must be all wrong. ISO-8859-9 is an 8-bit code, known as Latin/Turkish or ISO Latin5.



      A meta tag cannot override the encoding information in HTTP headers. You need to fix the server configuration.



      The page seems to display OK if I manually (using browser settings, overriding HTTP headers) set the encoding to “Korean” in Chrome, whatever that might mean (windows-949, perhaps). Ditto on IE 10. In Firefox, there are three Korean encodings selectable. The one that makes the page display OK is “EUC-KR”. The differences between it and windows-949 might (or might not) be insignificant here.



      So it’s rather confusing. I would really suggest converting the encoding to UTF-8 and declaring it in HTTP headers. (Actually, it suffices to use “UTF-8 with BOM”, since browsers will infer UTF-8 from the BOM, overriding any other information.)






      share|improve this answer


























        1












        1








        1







        The sample page mentioned is sent by the server with the HTTP header



        Content-Type: text/html; charset=iso-8859-9


        This must be all wrong. ISO-8859-9 is an 8-bit code, known as Latin/Turkish or ISO Latin5.



        A meta tag cannot override the encoding information in HTTP headers. You need to fix the server configuration.



        The page seems to display OK if I manually (using browser settings, overriding HTTP headers) set the encoding to “Korean” in Chrome, whatever that might mean (windows-949, perhaps). Ditto on IE 10. In Firefox, there are three Korean encodings selectable. The one that makes the page display OK is “EUC-KR”. The differences between it and windows-949 might (or might not) be insignificant here.



        So it’s rather confusing. I would really suggest converting the encoding to UTF-8 and declaring it in HTTP headers. (Actually, it suffices to use “UTF-8 with BOM”, since browsers will infer UTF-8 from the BOM, overriding any other information.)






        share|improve this answer













        The sample page mentioned is sent by the server with the HTTP header



        Content-Type: text/html; charset=iso-8859-9


        This must be all wrong. ISO-8859-9 is an 8-bit code, known as Latin/Turkish or ISO Latin5.



        A meta tag cannot override the encoding information in HTTP headers. You need to fix the server configuration.



        The page seems to display OK if I manually (using browser settings, overriding HTTP headers) set the encoding to “Korean” in Chrome, whatever that might mean (windows-949, perhaps). Ditto on IE 10. In Firefox, there are three Korean encodings selectable. The one that makes the page display OK is “EUC-KR”. The differences between it and windows-949 might (or might not) be insignificant here.



        So it’s rather confusing. I would really suggest converting the encoding to UTF-8 and declaring it in HTTP headers. (Actually, it suffices to use “UTF-8 with BOM”, since browsers will infer UTF-8 from the BOM, overriding any other information.)







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Jun 5 '13 at 18:22









        Jukka K. KorpelaJukka K. Korpela

        151k24185294




        151k24185294






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f16945681%2fhow-to-get-korean-language-characters-to-display-on-a-website%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            404 Error Contact Form 7 ajax form submitting

            How to know if a Active Directory user can login interactively

            TypeError: fit_transform() missing 1 required positional argument: 'X'