Great version... very happy..
One little thing.. the german language file has a little problem.. it is UTF-8 which is OK but the xml-encoding is also UTF-8 which is a problem unless you use the vbulletin from vbulletin-china.cn.
In that version the core files have been modified to accept that encoding..
Most people use the language files (also for vbulletin and blog) following way:
Load lang file in texteditor.
Save as UTF8
Then only load into vbulletin.
in Vbulletin language settings make sure ALL charsets are set to UTF-8
But the first line in the languagefile should be:
<?xml version="1.0" encoding="ISO-8859-1"?>
and NOT:
<?xml version="1.0" encoding="UTF-8"?>
(otherwise each line gets truncated at the first special character -- at least in the vbulletin versions purchased from vbulletin.com)
just wanted to let people know, if someone runs into the same problem..
-----------
BTW.. has anybody seen a russian language file out there??
(I read in an older version - 3.6 or 3.5 - that someone was working on it)
I would very much appreciate
Thanks for the great work, andrew
Felix
|