I just downloaded version 16 in hope that the issues with Norwegian letters, æ ø å, had been solved.
But this problem, that suddenly occured for the first time (!) yesterday, (in version 15.4) is still there. In text area, I only get questinmarks. But if I use texy Art, everything is ok.
Just found out, I included a form, and that meant I had to change the page into .php. Now my question is: Why can't php-pages display norwegian letters correctly?
Norwegian letters æ ø å, version 16, 64bit
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: Norwegian letters æ ø å, version 16, 64bit
This is unrelated to the software. This is a configuration issue.
If it only happens with PHP pages then this is most likely related the server configuration, because PHP pages are produces on the server side.
If it also happens with standard HTML then make sure the character set is set to 'UTF-8'.
If it only happens with PHP pages then this is most likely related the server configuration, because PHP pages are produces on the server side.
If it also happens with standard HTML then make sure the character set is set to 'UTF-8'.
Re: Norwegian letters æ ø å, version 16, 64bit
Okay, thanks, it worked!