+ Reply to Thread
Results 1 to 6 of 6

Thread: Problem with some characters

  1. Join Date
    Apr 2008
    Posts
    3

    Problem with some characters

    i have a problem with some characters, ñ,º,¿ etc. i think that the solution will be UTF8 but i don´t know how to put <meta http-equiv=\"content-type\" content=\"text/html; charset=utf-8\"> into script, what's the solution?

    *i'm spanish sorry

  2. Join Date
    Aug 2004
    Posts
    781

    Re: Problem with some characters

    Just add in the meta tag to your own web page in your web page's header.

    Such as:

    Code:
    <html>
    <head>
    <title>Whatever your webpage's title is</title>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    </head>

  3. Join Date
    Apr 2008
    Posts
    3

    Re: Problem with some characters

    Quote Originally Posted by Patiek
    Just add in the meta tag to your own web page in your web page's header.

    Such as:

    Code:
    <html>
    <head>
    <title>Whatever your webpage's title is</title>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
    </head>
    it doesn't work, http://www.eresmaster.es/noticias.php with <meta http-equiv="content-type" content="text/html; charset=utf-8">

    and www.eresmaster.es/index.php contains the same meta and the rest of web page work but the news don't work

  4. Join Date
    Aug 2004
    Posts
    781

    Re: Problem with some characters

    I will trace the post's code. Please note that the script was never written with UTF-8 in mind and as such there are likely certain functions being called which are corrupting things.

    I will let you know of any modifications that you need to make.

  5. Join Date
    Aug 2004
    Posts
    781

    Re: Problem with some characters

    Well here is a start. There are quite likely other functions that could be messing with things depending on the forum class that you are using. However, this is a good start:

    replace EP_Dev_Forum_News/classes/display.php and EP_Dev_Forum_News/classes/access/mysql.php with the files that I have attached below.
    Attached Files

  6. Join Date
    Apr 2008
    Posts
    3

    Re: Problem with some characters

    yeah, it works thanks patiek

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts