Home
last modified time | relevance | path

Searched refs:toAscii (Results 1 – 5 of 5) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/ustring/
DCHANGELOG.md55 * Add emoji and other symbols supports to `toAscii`. (Ivan Enderlin, 2015-01-06T11:17:32+01:00)
56 * Update `toAscii` to use a transliterator. (Ivan Enderlin, 2015-01-06T10:58:07+01:00)
DREADME.md155 $emoji->toAscii(), "\n",
156 $maths->toAscii(), "\n";
DUstring.php489 public function toAscii($try = false) function in Hoa\\Ustring\\Ustring
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
DUstring.php948 $string->toAscii();
962 ->when($result = $string->toAscii(true))
979 ->when($result = $string->toAscii())
1030 ->when($result = $string->toAscii())
/plugin/commonmark/
H A Dcomposer.lock364 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
365 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",