View Full Version : Language: Swedish
empiucci
11-22-2005, 08:24 AM
Hi I use Easy PHP Calendar on my site www.prylfreak.com or more exactly www.prylfreak.com/kalender
I have one major problem and that is the language characters. I have set the Character Set to iso-8859-1 for the Setup Manager and the Event Manager. So the special characters for Swedish do show correctly in the event manager and setup manager but the outcome on the site dont manage to show them correctly.
How do I solve this problem??
Brian
11-22-2005, 10:02 AM
Is there a particular date that has these special characters?
empiucci
11-22-2005, 10:08 AM
Fre - Nov 18 - in the listmode under the TOC mode.. But theese characters dont work in the TOC mode either.
Brian
11-22-2005, 11:04 AM
Your page is set to the character set UTF-8 but the Setup Manager and Event Manger to iso-8859-1?
empiucci
11-22-2005, 11:15 AM
Well I guess so, the characters shows correctly in the Setup and Event manager.. But not on the webpage (www.prylfreak.com/kalender).. Thats why I'm getting confused..
/ Emil
Brian
11-22-2005, 01:43 PM
Did you try changing your page to iso-8859-1 too?
empiucci
11-22-2005, 01:55 PM
How do I do that?
ve9gra
11-22-2005, 03:12 PM
On the page where your calendar is, look for the line <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> and replace it with this
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1" />
pantani
11-22-2006, 09:17 PM
Hey, I have the exact same problem, and I can't solve it by changing the charset for the "motherpage". It's really annoying...
Edit: I opened config.inc.php and changed "lördag" to "lördag" manually (can you see the ö?) and then it works fine. It seems like the calendar changes the special characters into "universal-characters" when you enter them in setup, but then can't "change them back" when the browser reads the page.
Pmquist
09-25-2007, 03:19 PM
In Sweden we have å, ä, ö, Å, Ä, Ö which is rather important to us...
I can also get the headings working by changing in the config.inc.php. But i can not get the text within to work. I am about to buy the program but need a respons if this is possible to figure out.
/ PerOla
Brian
09-26-2007, 12:03 AM
Make sure the charset is all the same in the Setup Manager and on your pages. If you're using mySQL, you server may require a UTF-8 setting which can be selected in the database section of the Setup Manager. (You may need to re-enter events after making these changes.)
Pmquist
09-26-2007, 02:36 AM
I have changed in general settings to sv-utf-8, exactly the same setting as in MySql. It does not help.
Is there some other change i can do?
Brian
09-26-2007, 10:32 AM
I tested it locally and those characters display correctly when I use iso-8859-1.
I then changed to utf-8 and (after re-entering the information), they appear correctly again.
If you have the right setting (which will be particular to your server), they will display as expected.
Pmquist
09-26-2007, 10:43 AM
Thanks for testing.
I have the settings correct in MySQL, and in the calendar files. Is there some more place I should look.
/PerOla
Brian
09-27-2007, 10:06 AM
The only places (two) in the calendar that need to be changed are in the Setup Manager.
You did re-enter the events after making the change right? They will need to be re-encoded after the change. The mySQL change is optional and your web host should know if this is required.
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.