Re: [jQuery] ISO 8859-1 encoding

2007-02-06 Thread Jon Ege Ronnenberg
Thanks. it works now On 2/6/07, Pje <[EMAIL PROTECTED]> wrote: I think you need to save your file in UTF-8 too. This setting will depend in which text editor you are using. Hope it helps. On 2/5/07, Jon Ege Ronnenberg <[EMAIL PROTECTED]> wrote: > > I bow for you. You're absolutely right and u

Re: [jQuery] ISO 8859-1 encoding

2007-02-06 Thread Pje
I think you need to save your file in UTF-8 too. This setting will depend in which text editor you are using. Hope it helps. On 2/5/07, Jon Ege Ronnenberg <[EMAIL PROTECTED]> wrote: I bow for you. You're absolutely right and utf8_decode() was just what I needed! Still I don't get why setting c

Re: [jQuery] ISO 8859-1 encoding

2007-02-05 Thread Ⓙⓐⓚⓔ
Fil, I would change "should advertise" to "must advertise"! Chances are that your default apache configurations default to iso-whatever or ascii! I serve all pages, scripts, xml, and of course html as utf-8. only html and dynamically generated pages have the ability to slip in a content-type. A

Re: [jQuery] ISO 8859-1 encoding

2007-02-05 Thread Fil
@ Jon Ege Ronnenberg <[EMAIL PROTECTED]> : > I bow for you. You're absolutely right and utf8_decode() was just what I > needed! Still I don't get why setting charset to UTF-8 doesn't show the > danish characters correct in a web page then. It's not something obvious; I wrote an entire article expl

Re: [jQuery] ISO 8859-1 encoding

2007-02-05 Thread Jon Ege Ronnenberg
I bow for you. You're absolutely right and utf8_decode() was just what I needed! Still I don't get why setting charset to UTF-8 doesn't show the danish characters correct in a web page then. On 2/5/07, Fil <[EMAIL PROTECTED]> wrote: > What do you mean the by UTF-8 contains all characters? utf-

Re: [jQuery] ISO 8859-1 encoding

2007-02-05 Thread Fil
> What do you mean the by UTF-8 contains all characters? utf-8 is an encoding for unicode characters, see http://da.wikipedia.org/wiki/UTF-8 http://da.wikipedia.org/wiki/Unicode The unicode norm contains all characters that exist in all languages known to humanity. > UTF-8 does not contain the d

Re: [jQuery] ISO 8859-1 encoding

2007-02-05 Thread Jon Ege Ronnenberg
Of course girls too (isn't that implied in guys?). What do you mean the by UTF-8 contains all characters? UTF-8 does not contain the danish letter æ,ø, and å. ISO 8859-1 does. Anyway I usually develop apps with .NET but this particular projects is in PHP and I haven't seen any functions to iso enc

Re: [jQuery] ISO 8859-1 encoding

2007-02-05 Thread Fil
@ Jon Ege Ronnenberg <[EMAIL PROTECTED]> : > Hi guys! and girls too ! > I need to handle danish characters which can be found in the iso 8859-1 > specifications but jQuery use encodeURIComponent which always encode to > UTF-8 (doesn't contain the danish characters). On the contrary UTF-8 *does*

[jQuery] ISO 8859-1 encoding

2007-02-05 Thread Jon Ege Ronnenberg
Hi guys! I need to handle danish characters which can be found in the iso 8859-1 specifications but jQuery use encodeURIComponent which always encode to UTF-8 (doesn't contain the danish characters). Do any of you know of a work around or do I have to change my version of jQuery to use escape ins