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.

Russian characters problem

Discussion in 'Apache' started by jalex, Mar 19, 2009.

  1. #1
    i have a database with russian text in tables.

    If i open the table from phpmyadmin i see the russian characters ok, but if i display the text through a webpage, the text is displayed as a unrecognized characters like раузеС

    What/where is the problem? What i'm doing wrong?
     
    jalex, Mar 19, 2009 IP
  2. Dimma

    Dimma Well-Known Member

    Messages:
    631
    Likes Received:
    34
    Best Answers:
    0
    Trophy Points:
    140
    #2
    I think it's encoding problem
    add to your header
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
     
    Dimma, Mar 19, 2009 IP
  3. jalex

    jalex Active Member

    Messages:
    184
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #3
    i already have this code added to page header
     
    jalex, Mar 20, 2009 IP