Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

utf8string->unicode converts a UTF8 string to Unicode.

Parameter Description
src UTF8 string operated on

Example

Example 1: Convert Sindhi UTF8 string for "Username" to Unicode string

> (define str "استعمال ڪندڙ جو نالو")
> (utf8string->unicode str)
(1575 1587 1578 1593 1605 1575 1604 32 1706 1606 1583 1689 32 1580 1608 32 1606 1575 1604 1608)
Clone this wiki locally