Results 1 to 3 of 3

Thread: Converting ISO->UTF

  1. #1
    Join Date
    Sep 2005
    Location
    Poland - Warsaw
    Posts
    342

    Default Converting ISO->UTF

    Regarding to my post http://www.nicecoder.com/community/t...-language.html

    I have an issue:

    In Poland we are using ISO-8859-2. I have made a site based on IU with UTF-8 coding. Now during fetching meta tags all users must manually change some marks from ISO to UTF. Is this possible to convert it automatically ?

    On ajax.php I have put UTF-8 header.

  2. #2
    Join Date
    Sep 2007
    Posts
    4

    Default UTF-8 does not work

    UTF-8 is does not work. Maye you will see correctly but users who came from other countries and mainly browsing there own language caractered sites they will see strange caracters specially in IE and Firefox. These browsers cannot be able to change to the correct language code sometimes.

  3. #3
    Join Date
    Jun 2002
    Location
    Winnipeg Canada
    Posts
    4,913

    Default

    There may be dozens of places where you would need to change the character encoding to completely change a site over.

    However in this case the issue runs back to ajax.php and starting on line 35 where it says if ($cmd == 'fetch_meta') {

    Sorry, I don't know how to fix it, but that should give you a start anyways.

Similar Threads

  1. Converting from TurboSeek
    By kaelin in forum v3.2
    Replies: 0
    Last Post: 03-09-2003, 03:15 PM

Posting Permissions

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