1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

ecoding Hebrew

Discussion in 'Web Development Help' started by idr, Oct 26, 2010.

  1. idr

    idr Established Techie7 Member

    My site opens with a homepage written in Hebrew, a right to left font.
    Some of my visitors complauned that they cannot see the Hebrew font on their browsers, and somebody give me the following script to insert as "meta" to enable reading for everybody.

    <meta http-equiv="content-type" content="text/html; charset=utf-8" />

    I wouldn"t like to endanger my site by entering a script which will harm it. so please try to check and explain what does the above line and is it secure to add it to the source and if so, where.
    Thanks