i have made translation from english to hebrew of some script but see some strange

Discussion in 'Programming' started by someone100, Oct 24, 2008.

  1. #1
    characters .

    they are in the picture all other data is o.k. including database data .
    what is this ?
    i use UTF-8 .
    CAN I POST HERE THE SITE ?
     

    Attached Files:

    • char.GIF
      char.GIF
      File size:
      953 bytes
      Views:
      84
    someone100, Oct 24, 2008 IP
  2. admin666

    admin666 Banned

    Messages:
    349
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you need to add
    to your head tag
    <META http-equiv="content-type" content="text/HTML; charset=windows-1255">
    <META http-equiv="content-language" content="hw">

    try it.
     
    admin666, Oct 25, 2008 IP
  3. someone100

    someone100 Peon

    Messages:
    171
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    but the data base is UTF-8 ? are you sure ?

    my site is : www.smgames.net
     
    someone100, Oct 25, 2008 IP
  4. ranabra

    ranabra Peon

    Messages:
    125
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    From my experince with Hebrew keep every thing in utf-8 !!
    Also the page encoding, the file's internal encoding, response encoding (known as Response.charset in .asp). maybe it's "header('Content-type: text/html; charset=utf-8');"
    in .asp you would also need "codePage = 65001" otherwise the result is gibberish (sorry don't know what it is in php but the principle is the same)
     
    ranabra, Oct 26, 2008 IP
  5. someone100

    someone100 Peon

    Messages:
    171
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    ranabra , thanks :) i hope someone will give idea .
     
    someone100, Oct 26, 2008 IP
  6. admin666

    admin666 Banned

    Messages:
    349
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #6
    i saw in your site that you found the solution :)

    what was it then?
     
    admin666, Dec 12, 2008 IP