You are required to register before you can post. This is via a custom verification system. Please post any problems you are encountering here and I`ll do my best to respond as soon as I can. Please note that a reply WILL be posted to all queries, so do not double post. There are no guarantees
when a reply will appear but I do my best to answer all within 3/4 days max. Bumping topics won`t make the slightest difference.
IMPORTANT: Posts in English ONLY please, thank you! Any other languages will be ignored and your message deleted.
SEARCH: Use the search option to see if your question has been answered on the forum before. Or check the relevant script docs.
CUSTOMER: If you have purchased a commercial version of any of my software, using the contact option at the licence centre ensures a faster response.
AUTO DELETION: Accounts older than 5 days, with no posts or topics, are automatically deleted. Only register if you are thinking of posting.
PRIVATE MESSAGES: Private messages are currently disabled.
LINKS: Any links posted are 'NOFOLLOW' and will not be picked up by search engines.
You are not logged in.
Pages: 1
hi, any chance to work with full UTF-8 support ? Or to split language files on 2 part user and admin interface ?
A problem is if i change mine language to other file "sr.php" script is blocked , I need to output characters like " ж,ћ,ч,ђ,ш,...
Thanks in advance
Offline
Sure, open the 'admin/inc/header.php' file and look for:
charset=<?php echo $msg_charset; ?>
This reads the character set from the language file. Just hardcode it to something else to overwrite:
charset=utf-8
Offline
Sure, open the 'admin/inc/header.php' file and look for:
charset=<?php echo $msg_charset; ?>
This reads the character set from the language file. Just hardcode it to something else to overwrite:
charset=utf-8
not working
i change this to utf-8, also in mine language files "$msg_charset = 'utf-8';" but still something is strange,
if i put "back" button i see page, but on 1 click no??? Example "/index.php?cmd=settings" blank page i push back button settings page show up ??
Last edited by saptac (16-05-2010 08:57:56)
Offline
Strange. Does this happen on the front end as well? Have you got a url I can see?
Offline
I modify a frond end call to call different data than admin part ( diff base table (ser language) and was ok for front end , problem is only on admin panel , i can make you new link tomorrow , (delete previous install)
basically i think problem is in type of database table (some of them is set to 200 char (only) and for 1-latin you have 7 utf codes ( mine title is example (Сајт Удружења Српских издавача књига добро дошли) so 50x 7 =350 for title E.T.C. ..)
Offline
Ok.
Offline
Pages: 1