If you look in the boltwire/barn/scripts folder there is a file called
engine.php. Open this up in your text editor and scroll down to line
1827. You should see two lines like this commented out:

//      BOLTreplace(''', '\'');
//      BOLTreplace('"', '"');

Try uncommenting them (just delete the // at the beginning). I tried
eliminating these lines in this release as it seemed our encoding
system was working better--and it didn't seem we needed these lines in
my tests. But your examples shows they serve a purpose after all...
:)

The other thing to check is your skin. It needs to have the following
lines at the top of the html:

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN'
'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

Actually I think this is more likely your problem, given the symptoms
you describe. But your string "L'équipe" triggered the other bug in my
tests, so might as well fix it now. I'll restore this for the next
release... Otherwise the accents seem fine in my default skin.

Cheers,
Dan


On Wed, Oct 14, 2009 at 8:35 AM, ToF <[email protected]> wrote:
>
> Hello,
>
> I have download and installed the 3.2.6 version of the BoltWire wiki
> but I cannot make the accent appear correctly.
> When I preview the page, the accent are correctly displayed : the
> string "L'équipe" is correctly displayed.
> But when I click on "save", the string appears as "L'équipe".
>
> What can I do to fix this ?
> Thanks for your help,
> Christophe
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to