leuce Posted October 19, 2021 Posted October 19, 2021 Hello everyone If you go to this page:https://www.utf8-chartable.de/unicode-utf8-table.pl ...you'll see a column for "Unicode code point" and a column for "UTF-8 (hex.)". Do you know how I can covert the one to the other in AutoIt? In other words, the input would be the "Unicode code point" and the output would be its UTF-8 hexadecimal equivalent. For example, if the input is U+11EE0 (or however AutoIt wants it written), then the output should be F0 91 BB A0 (or however AutoIt writes it). Thanks Samuel (I'm just trying to generate a single-page list of all Unicode code points and their associated UTF-8 hex values.)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now