function phutil_utf8v_combine_characters($characters)Arcanist Technical Documentation ()
function phutil_utf8v_combine_characters($characters)
Arcanist Technical Documentation ()
Merge combining characters in a UTF-8 string.
This is a low-level method which can allow other operations to do less work. If you have a string, call phutil_utf8v_combined() instead.
Parameters
list | $characters | List of UTF-8 characters. |
Return
list | List of UTF-8 strings with combining characters merged. |
- Defined
- src/utils/utf8.php:899