Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Apr 3, 2016
1 parent 46fb8fe commit 325fc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/core-libraries/text.rst
Expand Up @@ -48,7 +48,7 @@ Transliterate by default converts all characters in provided string into
equivalent ASCII characters. The method expects UTF-8 encoding. The character
conversion can be controlled using transliteration identifiers which you can pass
using the ``$transliteratorId`` argument or change the default identifier string
using ``Text::setTransliteratorId()`. ICU transliteration identifiers are
using ``Text::setTransliteratorId()``. ICU transliteration identifiers are
basically of form ``<source script>:<target script>`` and you can specify
multiple conversion pairs separated by ``;``. You can find more info about
transliterator identifiers `here <http://userguide.icu-project.org/transforms/general#TOC-Transliterator-Identifiers>`_::
Expand Down

0 comments on commit 325fc4e

Please sign in to comment.