Why charset changes when I'm logging ?

Re: Why charset changes when I'm logging ?

by peter m -
Number of replies: 0
Hi, i have too this problem

look at: http://axpsu.fpf.slu.cz/e-learning/

If i study source code, i found, date may be generaded by system?
moodlelib.php function userdate()
http://php.net/strftime
Why?

--- Question 1 ---
Authors, why you dont do language file for date?
next i found this file:
/moodle/lib/pear/HTML/QuickForm/date.php

i upgrade moodle
from 1.5 ISO-8859-2
to 1.8 UTF-8 (1.5->1.7->1.8 ... sql tables: 132->(150)->187)
I use linux: iconv, all is good, but only calendar is bad.
calendar use charset ISO-8859-2
moodle use UTF-8
server is linux Centos
my PC is linux Kubuntu
database set to UTF-8 (good other language on moodle)

--- Question 2 ---
What i now do?
I must repair PHP code aplication moodle.


--- Question 3 ---
Why have moodle 5000 files, 190 SQL tables?

Calendar view.php
Zobrazit měsíc podrobně:
Všechny kurzy
Pondělí Úterý Středa Čtvrtek Pátek Sobota Neděle

kv�ten 2007 = BAD
květen = GOOD
Pondělí = GOOD (i can change in lang file)