Click here to Skip to main content
15,883,966 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i need to make unicode "korean" language type
but when i read "가" by byte type
char was B0 A1 .
it seems KSC5601 type ( B0A1 ~ C8FE )

but i need to get AC 00

how can i read my data by unicode type?

my project is on Coocox COIDE (Arm) - C Language

i tried wchar_t type && char type of data.

What I have tried:

i tried wchar_t type && char type of data.
Posted
Updated 21-Jan-20 20:56pm

1 solution

Unocode support is mostly a project setting. So you better read in the manual or some support documents. At last you could contact the vendor of this rarely used product.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900