[Question][Hw6] Is there a way to handle unicode without external library? #722
Replies: 3 comments
-
oops, sorry for notification, just |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can implement a function that converts a code point into a stream of bytes, and call Reference: https://en.wikipedia.org/wiki/UTF-8#Encoding |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @bonjune! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Name: Murad Bashirov
Hello. I'm trying to generate a character from unicode codepoint as described in the json specification:

But from my search in ocaml you have to use an external library like uutf to do this, is there a way to do without an external library?
Beta Was this translation helpful? Give feedback.
All reactions