[jQuery] accented chars

2007-02-16 Thread Vaska
I'm trying to internationalize something I'm building and javascript doesn't seem to like accented characters - when I pass them to the server side (via ajax post) they are in a rough place. Is there something built-in for this (something I'm clearly not finding)? A tutorial? Best practice?

Re: [jQuery] accented chars

2007-02-16 Thread Web Specialist
Vaska I'm a brazilian(Portuguese haves accented chars too) and inserting charset parameter resolved: script charset=iso-8859-1 language=JavaScript type=text/javascript src=../js/jquery-latest.js/script Cheers 2007/2/16, Vaska [EMAIL PROTECTED]: I'm trying to internationalize something I'm

Re: [jQuery] accented chars

2007-02-16 Thread Ⓙⓐⓚⓔ
first you put it in your html. then you put it in your xml. then the javascript, then all the cgi applications, then you have to worry about the index pages from the server that have a non-standard character in the name, then you are stuck with those text files, you need for testing.. because