[Pro] WebYep problem

Hello

I just bought WebYep to try to build a site for a friend:

http://www.afetividade.com/

The language will be Portuguese.

The text output in Freeway5Pro is set to Unicode

As you can see from the test page- the Freeway html-drawn menu items display correctly (letters/accents).

However the text pasted into the WebYep long text entry does not display its letters/accent marks correctly (even though they appear correct when pasted in the box)

Can anyone tell me how to fix this? I need to display Portuguese correctly— otherwise WebYep isn’t going to work for this site.

Thanks


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

PROBLEM SOLVED by WebYep creator.
MANY THANKS!!!

Here it is for his email:

Hi
could you open up the config-inc.php with a text editor within the webyep system and change two setting
they on line 41
change this from:
$webyep_sCharset = “”;
to this
$webyep_sCharset = “utf-8”;

then on line 55 change the

$webyep_sHTMLStandard = “auto”;
to this
$webyep_sHTMLStandard = “XHTML”;

and then finally on line 121

$webyep_sLang = “auto”;
to this
$webyep_sLang = “portuguese”;

that should do it

what I have done is change the webyep interface to Portuguese
then correctly set the character encoding to match your out put and finally changed the document type to match freeways doc type


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options