View Full Version : OverLIB language settings
optimus
02-14-2004, 05:55 AM
I have a problem! I can't find how to change owerLIB language settings. My web page is in latvian and when I write events in calendar, later on popup windows they appear showing wrong latvian characters. There is everything OK with calendar, it shows language correctly. Just events in popup windows are showed with wrong characters. I tried to find where to change language settings for OverLIB but no success. What should I do? <_<
Brian
02-14-2004, 10:48 AM
Can you post a link to your calendar?
optimus
02-16-2004, 05:13 AM
The link is here:
My test calendar (http://www.smiltenite.lv/calendar/demo.php).
I' m going to learn overlib.js now. I think, the decision is there. Possibly. :rolleyes:
ve9gra
02-16-2004, 09:28 AM
No actually the problem is right in escal.php..... it's because your latvian characters are converted to their html entity (ie: < = <), and they're not converted back to a character because you're using a different character set (charset=windows-1257)......
in the code of escal.php the htmlentities() would need to be changed with htmlspecialchars() to work with your characters, because that charset you're using is not supported by htmlentities().
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.