2016-09-18 11:23 AM
Hello Friends,
can anybody tell me how can we print utf-8 in keil uvision? i changed the editor encoding to utf-8 without signature. i tried this codes with no success:#pragma import(__use_utf8_ctype)
wprintf(L
''This is € Sing''
);
wchar_t
ws[]=L
''€''
;
printf
(
''This is %ls sign''
,ws);
putwchar(0x20ac);
//€
#keil-arm-uvision-printf-utf-8
2016-09-18 12:28 PM
What quantifies success in this case?
The output routines? The terminal to which the output goes?2016-09-18 01:26 PM
i want to see it in Debug viewer.
i want to check the output of jansson json_pack.ok i found that wchar_t is not enough for €, but that was for sample; i cant print any two bye utf-8 char or string.2016-09-20 12:30 AM
Can you please help me?
what do you think?