What is the best way to convert an Int value to the corresponding Char in Utf16, given that the Int is low enough?
Boaz
|
|
What is the best way to convert an Int value to the corresponding Char in Utf16, given that the Int is low enough? Boaz
|
||
|
|
|
|
for example:
yields:
|
||
|
|
|
|
|
||
|
|
|
|
Although not exactly answering the question as formulated,but if you need or can take the end result as string you can also use
which will give you surrogate utf16 pairs if needed, protecting you if you are out side of the BMP. |
|||
|
|