[buddypress-trac] [BuddyPress Trac] #7484: Resize member avatar error with cyrillic (not latin) filename
buddypress-trac
noreply at wordpress.org
Thu Apr 27 15:55:34 UTC 2017
#7484: Resize member avatar error with cyrillic (not latin) filename
--------------------------+------------------------------
Reporter: snookerist | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Core | Version: 2.3.0
Severity: normal | Resolution:
Keywords: has-patch |
--------------------------+------------------------------
Comment (by r-a-y):
WordPress uses `iconv()` in one of their functions,
`wp_check_invalid_utf8()`:
https://github.com/WordPress/WordPress/blob/4.7-branch/wp-
includes/formatting.php#L1062
I think it's safe for us to use it as well, since we should support all
languages as much as possible until WordPress offers better support for
transliteration in `remove_accents()`:
https://github.com/WordPress/WordPress/blob/4.7-branch/wp-
includes/formatting.php#L1513
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7484#comment:5>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list