Help Center Live Community
June 19, 2013, 01:53:01 AM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
Help Center Live Community
>
Development
>
Core System Development
>
Bug Discussions
(Moderator:
HCL Admin
) >
UTF-8^Wcharser issues
Pages: [
1
]
Go Down
« previous
next »
Print
Author
Topic: UTF-8^Wcharser issues (Read 1911 times)
rsd
Not too much to say...
Offline
Posts: 6
UTF-8^Wcharser issues
«
on:
January 25, 2010, 06:10:14 AM »
Hello again,
One cause of problems with utf-8 and other charset issues is the use of char_to_html() in functions. php.
change that to this:
Code:
function char_to_html($string)
{
global $lang;
return htmlentities($string, ENT_QUOTES, $lang['charset']);
}
Logged
Pages: [
1
]
Go Up
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> Announcements
=> General Discussion
=> Web Site Discussion
-----------------------------
Support
-----------------------------
=> Installation Help & Software Support
=> Paid installation board
=> Daily Operations
=> Tips and Tricks
=> Official HclApp Support
=> Unofficial WinApp Support
-----------------------------
Development
-----------------------------
=> Core System Development
===> Bug Discussions
===> New Feature Discussion
===> Feature Requests
=> Module Development
===> Module Requests
===> eTicket
=> Themes
Loading...