AKots Reply #1, 3 years, 4 months ago
In function SmartSubstr are using Multibyte String Functions, but internal character encoding don’t set. Maybe add mb_internal_encoding("UTF-8"); for UTF-8 users?
- - -
I see – in MODx using file names “russian-UTF8” (not “russian-utf8&rdquo
. This is my mistake – rename please file russian-utf8.inc.php to russian-UTF8.inc.php (if in 0.9.6.3 will be used “russian-UTF8&rdquo
.
- - -
I see – in MODx using file names “russian-UTF8” (not “russian-utf8&rdquo
. This is my mistake – rename please file russian-utf8.inc.php to russian-UTF8.inc.php (if in 0.9.6.3 will be used “russian-UTF8&rdquo
.
, but the problem is all the same possible. There are many Multibyte String Functions, and if mb_internal_encoding not set to UTF-8 by default at hosting, maybe some problems.