I just switched over from using HTML to C, and in HTML it's really easy to use unicode. So I was wondering if there was a way to use unicode in C? Are there any code libraries?
Asked
Active
Viewed 58 times
0
-
2You know HTML and C are not interchangeable, right? You can't "switch" from one to the other. – Eugene Sh. Nov 13 '17 at 21:33
-
I understand that, but I was wondering if there was a way in C, HTML was an example @EugeneSh. – Benny Nov 13 '17 at 21:36
-
I read that article @cdarke, but it didn't really make sense to me – Benny Nov 13 '17 at 21:37
-
Read @Jonathan Leffler's reply, that is comprehensive, in particular **C11 and
**. Are you sure you are experienced enough with C to do this? – cdarke Nov 13 '17 at 21:38 -
Is thsi a complicated procedure? I started C three months ago, so I don't thnik that i am experienced – Benny Nov 13 '17 at 21:44
-
If the available *general* answer(s) do not make sense to you, then you should probably consider asking more specific questions. – John Bollinger Nov 13 '17 at 21:47
-
Ok, thanks @JohnBollinger, will do – Benny Nov 13 '17 at 21:57