Umlauts issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AMT India
    New Member
    • Feb 2007
    • 64

    Umlauts issue

    Hi,

    The german characters like ä,ö,ß etc are not displaying correctily in browsers,instea d it shows ?.

    Regards,
    AMT
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Is this in a normal HTML page? Any JavaScript involved here?

    Comment

    • AMT India
      New Member
      • Feb 2007
      • 64

      #3
      in javascript alert messages and other messages

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        Show your code. If you type these directly, they should display.

        Comment

        • AMT India
          New Member
          • Feb 2007
          • 64

          #5
          The code is alert("Bitte geben Sie einen Dateinamen für den Artikel an.");show some other character in the place of "ü"

          Comment

          • acoder
            Recognized Expert MVP
            • Nov 2006
            • 16032

            #6
            That code works fine. Check the character encoding in your browser.

            Comment

            • AMT India
              New Member
              • Feb 2007
              • 64

              #7
              I am using two servers,One show it correctly the problem is for the other server,how this happen in same browser?

              Comment

              • acoder
                Recognized Expert MVP
                • Nov 2006
                • 16032

                #8
                So you're using the same browser and it works fine for a page rendered by one server, but not the other?

                Check the settings, e.g. the charset.

                Comment

                • AMT India
                  New Member
                  • Feb 2007
                  • 64

                  #9
                  I have a line in html like <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> is this the problem?

                  Comment

                  • acoder
                    Recognized Expert MVP
                    • Nov 2006
                    • 16032

                    #10
                    Are both pages the same, or does one have this line?

                    Comment

                    • AMT India
                      New Member
                      • Feb 2007
                      • 64

                      #11
                      yes same page in both server

                      Comment

                      • acoder
                        Recognized Expert MVP
                        • Nov 2006
                        • 16032

                        #12
                        So then check your server settings. Are they both set up the same way?

                        Comment

                        Working...