.. _codepoints-to-string: ==================== codepoints-to-string ==================== Creates a string from a sequence of Unicode code points Description ~~~~~~~~~~~ The fn:codepoints-to-string function creates a string from a sequence of Unicode code points. The $arg argument is a sequence of integers representing Unicode code point values. .. list-table:: :widths: 40 60 :header-rows: 1 * - **Parameters** - **Description** * - arg:integer() - a sequence of Unicode code points Examples ~~~~~~~~ .. list-table:: :widths: 50 50 :header-rows: 1 * - **XPath** - **Results** * - codepoints-to-string((97, 32, 98, 32, 99)) - a b c * - codepoints-to-string(97) - a * - codepoints-to-string(()) - zero-length string See Also ~~~~~~~~ .. toctree:: :titlesonly: :glob: * :ref:`string-to-codepoints`.