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 |
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.