Results 1 to 7 of 7

Thread: Latvian language problem

  1. #1
    Join Date
    Mar 2008
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Latvian language problem

    1) Script Title: Pausing RSS scroller

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...pausescroller/

    3) Describe problem: Incorect UTF-8 output encoding, example of RSS news in latvian language here: "vīrietim, kurš ar automašīnu "Nissan Sunny", iespējams" or link to page here:

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Have you tried changing from UTF-8 to ISO

    Code:
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-2022-JP">
    .or
    Code:
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    See if it helps
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  3. #3
    Join Date
    Mar 2008
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    You can see working demo page source on the link, charset is set yo utf-8:<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

  4. #4
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    Yup, I know it is UTF-8 as stated in post#1, but have you tried playing with the other content-type language, other than utf-8
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  5. The Following User Says Thank You to rangana For This Useful Post:

    raimonds (04-02-2008)

  6. #5
    Join Date
    Mar 2008
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Yes, I changed to windows-1257, now characters has changed to anothers, but still not readable. I using Mod for phpbb3 from this author, and this working perfect. Here is a link to this page: http://forum.ray.lv/ Thaks.

  7. #6
    Join Date
    Jun 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Spanish language problem...similar to latvian?...

    having the same problem. tried proposed solutions, to no avail. is the solution available? Have seen the phpbb mod solution, but a swap is not enough and I am not using it in phpbb, which is how they get around the UTF-8 conversion. Is there no solution to this? this is what happens:

    http://11qradio.com/testrss/demo.htm

    please help?

  8. #7
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    This is part of a more general problem (also) involving Ajax-requests, cf. this.
    ---
    Arie Molendijk.

Bookmarks

Posting Permissions

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