Easy PHP Calendar - We really take care of your dates!


Go Back   Easy PHP Calendar > General Discussion > Customizations (Themes / Templates)

Customizations (Themes / Templates) Help with customizing the themes and templates. Post your own custom themes for others to enjoy.

Closed Thread
 
Thread Tools Search this Thread Display Modes

Language: Swedish
Old 11-22-2005, 07:24 AM   #1
empiucci
Calendar User
 
empiucci is offline
Join Date: Oct 2005
Posts: 11
Default Language: Swedish

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

Old 11-22-2005, 09:02 AM   #2
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

Is there a particular date that has these special characters?
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Fre - Nov 18
Old 11-22-2005, 09:08 AM   #3
empiucci
Calendar User
 
empiucci is offline
Join Date: Oct 2005
Posts: 11
Default Fre - Nov 18

Fre - Nov 18 - in the listmode under the TOC mode.. But theese characters dont work in the TOC mode either.
 

Old 11-22-2005, 10:04 AM   #4
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

Your page is set to the character set UTF-8 but the Setup Manager and Event Manger to iso-8859-1?
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

hmm
Old 11-22-2005, 10:15 AM   #5
empiucci
Calendar User
 
empiucci is offline
Join Date: Oct 2005
Posts: 11
Default hmm

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
 

Old 11-22-2005, 12:43 PM   #6
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

Did you try changing your page to iso-8859-1 too?
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

?
Old 11-22-2005, 12:55 PM   #7
empiucci
Calendar User
 
empiucci is offline
Join Date: Oct 2005
Posts: 11
Default ?

How do I do that?
 

Old 11-22-2005, 02:12 PM   #8
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,965
Default

On the page where your calendar is, look for the line
HTML Code:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
and replace it with this
HTML Code:
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1" />
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.

Last edited by ve9gra; 11-22-2005 at 02:14 PM.
 

Old 11-22-2006, 08:17 PM   #9
pantani
Calendar User
 
pantani is offline
Join Date: Nov 2006
Posts: 3
Default

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&oumlrdag" 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.

Last edited by pantani; 11-22-2006 at 08:31 PM.
 

Exactly the same problem
Old 09-25-2007, 02:19 PM   #10
Pmquist
Calendar User
 
Pmquist is offline
Join Date: Sep 2007
Posts: 9
Default Exactly the same problem

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
 

Old 09-25-2007, 11:03 PM   #11
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

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.)
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Old 09-26-2007, 01:36 AM   #12
Pmquist
Calendar User
 
Pmquist is offline
Join Date: Sep 2007
Posts: 9
Default

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?
 

Old 09-26-2007, 09:32 AM   #13
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

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.
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Old 09-26-2007, 09:43 AM   #14
Pmquist
Calendar User
 
Pmquist is offline
Join Date: Sep 2007
Posts: 9
Default

Thanks for testing.

I have the settings correct in MySQL, and in the calendar files. Is there some more place I should look.

/PerOla
 

Old 09-27-2007, 09:06 AM   #15
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,878
Default

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.
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change language? codenameiceman General Support 6 09-12-2004 01:52 PM
OverLIB language settings optimus General Support 3 02-16-2004 09:28 AM



All times are GMT -4. The time now is 11:37 AM.


vBulletin skins developed by: eXtremepixels
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright 2009 NashTech, Inc.

| Home | Register | Today's Posts | Search | New Posts |