Results 1 to 3 of 3

Thread: Ajax Pagination

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

    Default Ajax Pagination

    Help, please!
    Tell me why this script do is not work with russian language!!!
    Or it works only for english?

    Link: http://www.dynamicdrive.com/dynamici...nate/index.htm

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    With an ordinary page you can use a meta tag to set the content type encoding for the page, thus setting the characters that may be rendered. Most servers and browsers will respect this. But when you fetch a page via AJAX, generally the default encoding for the server will be used. If you don't know how to change this for your server, you generally may use Unicode entities on the imported page, or ask the advice of your host.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Mar 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Do is not work! I work with APACHI, I can not ask my host about it! And pages without script works good with russian language! When I use this script pages works bad with russian language!!!

    Maybe it need add some code?

    ---Ruslan---

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
  •