1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Norwegian characters.

Discussion in 'C#' started by Energy, Apr 10, 2007.

  1. #1
    I have problems with the Norwegian characters æ,ø and å.
    They seems to be working all right when I use the browser in a normal way, but when i use a hyperlink from word, they all appears wrong. That also happens when I use the meta tag analyzer.

    It seems like I have missed out a language setting or something....

    I´ve set the language for the website like this:

    <meta http-equiv="Content-Type" content="text/html;
    charset= iso-8859-1" />
    <meta http-equiv="Content-Language" content="NO" lang="no"/>

    Anyone that can help me solving this problem?
     
    Energy, Apr 10, 2007 IP
  2. Your Content

    Your Content Banned

    Messages:
    1,096
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try adding this to your .htaccess file

    
    
    AddLanguage no .no
    
    Code (markup):
    Oops, you are talking about ASP files and htaccess does not apply for Windows Servers, let me see if I can find a way :rolleyes:
     
    Your Content, Apr 10, 2007 IP
  3. Energy

    Energy Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Looking forward to get further suggestions:)
     
    Energy, Apr 11, 2007 IP
  4. ludwig

    ludwig Notable Member

    Messages:
    2,253
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    225
    #4
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    or try to encode them Web Safe Numeric Characters. I have a software of that type for download on my site
    http://www.hay.am/soft/?lang=eng&page=4
     
    ludwig, Apr 11, 2007 IP
  5. Cypherus

    Cypherus Peon

    Messages:
    1,551
    Likes Received:
    102
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Try using utf-8 instead of iso-8859-1 for your charset.
    Btw, are you norwegian? Then you should check out a norwegian DP lookalike, Webforumet.no !
     
    Cypherus, Apr 11, 2007 IP
  6. Energy

    Energy Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I´ve tryed to use utf-8 and that did not solve the problem. I will check out the link, thanks..
     
    Energy, Apr 11, 2007 IP
  7. Energy

    Energy Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    The problem i get when encoding them to Web Safe Numeric Characters is that the index page is 60% feeded from other sites (news, updated weather...) so I will not manage to do that to all text.
     
    Energy, Apr 11, 2007 IP
  8. ludwig

    ludwig Notable Member

    Messages:
    2,253
    Likes Received:
    66
    Best Answers:
    0
    Trophy Points:
    225
    #8
    can you give the URL of your page
     
    ludwig, Apr 12, 2007 IP
  9. Energy

    Energy Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    dinstartside.no
     
    Energy, Apr 12, 2007 IP