info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Bob Kromonos Achten@openid_70021

Bob Kromonos Achten - 0 likes
- morgar@morgar

morgar - 0 likes
- morgar@morgar

morgar - 0 likes
- Alexander Leschinsky@lazybadger

Alexander Leschinsky - 0 likes
- lukoie@lukoie

lukoie - 0 likes
- Alexander Leschinsky@lazybadger

Alexander Leschinsky - 0 likes
- lukoie@lukoie

lukoie - 0 likes
- Alexander Leschinsky@lazybadger

Alexander Leschinsky - 0 likes
You must log in to post replies.You could try to change encoding of documents to utf-8 ..
What appear in the picture is the friends picker. It is in the /views/default/friends folder. Those files has western-european encoding. Changing to UTF8 should fix the problem.
Let me check, may be it is using some files from other folders.
Crosslink to local topic for memo
http://elgg.spb.ru/mod/groups/topicposts.php?topic=204&group_guid=20
any luck with solving this bug?
Yes, I think - as I grok from code, for alphabets outside US-ASCII PHP must have mbstring support, namely result of
is_callable('mb_substr'))must be TRUE
sorry mate, does this mean that you can implement this hack for nonascii characters support in some kind of patch, or even about to release a new version of RE?
and also, a simple 123 howto for checking your host regarding this mb_substr would be helpful. can it be found in phpinfo?
Sorry, but it doesn't mean - I nkow where to see, what to see, probably can debug, but working code can be outside of my (humble) possibilities