Results 1 to 2 of 2

Thread: Dynamic Ajax Content & german umlaute

  1. #1
    Join Date
    Jul 2006
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Dynamic Ajax Content & german umlaute

    Dynamic Ajax Content
    http://www.dynamicdrive.com/dynamici...jaxcontent.htm

    Hi at all.
    The Script works really fine, but when calling an external php-Page (dynamic content from an mysql-db), the german umlaute are not displayed correctly. when calling the php-page directly in the browser, the umlaute are displayed correctly.
    Any idea?

    Regards,

    Philipp

  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

    I'm assuming that you mean:

    ü

    Have you tried replacing it with:

    Code:
    ü
    or:

    Code:
    ü
    or:

    Code:
    \xfc
    You might also want to look here:

    http://www.dynamicdrive.com/forums/s...ead.php?t=3644

    I'm sure you probably have the correct meta Content-Type tag but, perhaps your server could be configured more appropriately as outlined by mwinter in that thread and that might help.
    - John
    ________________________

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

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
  •