Hi Jussi, Encoding's an option which defaults to UTF-8. (see http://prototypejs.org/api/ajax/options)
You can set it to whatever you want. Regards, Tobie On Mar 29, 6:31 am, "Jussi Salminen" <[EMAIL PROTECTED]> wrote: > Hi, > > why Ajax.Request and Ajax.Updater convert all POST and GET paramters to > UTF-8? Even then when encoding is set to "ISO-8859-1"? > > In my case prototype.js is part of much bigger system, and converting all > scripts and files will take too much time.. > > For little lookup I found encodeUrlComponent function, which is the problem. > > So, can I sent "ISO-8859-1" encoded string to server, with out modifying any > files. Nor prototype nor mine own files. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-core?hl=en -~----------~----~----~----~------~----~------~--~---
