Not sure if this means anything but your server is set to use ISO-8859-1...
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Connection: close Transfer-Encoding: chunked *Content-Type: text/html; charset=ISO-8859-1* Your server might have this set as the default... The directive is in the server config files like: AddDefaultCharset ISO-8859-1 While mine is not set at all which appears to be the norm. Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Connection: close Vary: Accept-Encoding Content-Encoding: gzip Transfer-Encoding: chunked *Content-Type: text/html* Boltwire likewise... Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Connection: close Content-Length: 11854 *Content-Type: text/html* Not sure if this has a bearing on the issue but if you don't include charset settings in your headers of your web pages, the server is saying they will be ISO-8859-1 format. On Wed, Oct 14, 2009 at 11:29 AM, Kevin <[email protected]> wrote: > I created a test page with his content. > > http://wiki.tnet.com/test > > Works fine there on 3.2.6 > > > On Wed, Oct 14, 2009 at 11:10 AM, The Editor <[email protected]> wrote: > >> >> I don't see anything wrong with your page. No idea what is happening. >> Anyone else have any ideas? Anyone else having problems? >> >> I definitely have it working on my site. I can save and preview and >> edit whatever with no apparent problems... >> >> Cheers, >> Dan >> >> >> On Wed, Oct 14, 2009 at 1:07 PM, ToF <[email protected]> wrote: >> > >> > On the link that I gave you, it is written (as displayed on my >> > screen): >> > >> > "Ce wiki a été mis en place pour les membres d'Unipoly afin de mieux >> > gerer l'association et les informations qui y circulent." >> > >> > And in the file which is stored on the server, I have the following : >> > >> > ---------------------------------------------------------------- >> > ! Bienvenue sur le Wiki d'Unipoly >> > >> > Ce wiki a été mis en place pour les membres d'Unipoly afin de mieux >> > gerer l'association et les informations qui y circulent. >> > >> > Le comite d'Unipoly >> > ~data~ >> > author: admin >> > ~ >> > changesummary: Page edited by admin. >> > ~ >> > ---------------------------------------------------------------- >> > >> > It means that it is correctly saved in the file and it is not >> > displayed correctly. >> > The thing that is strange is that when the page is previewed, we got >> > the accents, it is well displayed. It goes wrong when we click on >> > save... >> > >> > Strange. Any idea ? >> > >> > > >> > >> >> >> >> > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BoltWire" 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/boltwire?hl=en -~----------~----~----~----~------~----~------~--~---
