Hi,
I would like to analize incoming text and get their related UTF values.
For example the character 'GREEK SMALL LETTER ALPHA' has the following UTF values:
UTF-16 (hex) = 03b1
UTF-16 (decimal) = 945
Now I would like to get these values for every incoming character. Does SAS have something that can provide this?
Thanks!
Tiaan
"Let me google that for you."
$UCS2Lw. Format
----+----1 | |
data_null; x = ' ![]() y=put(x,$ucs2l2.); put y $hex.; run; | 2759 |
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.
Find more tutorials on the SAS Users YouTube channel.