change char/text encoding
Hi, I would like ask, Is it possible change char/text encoding in crossworks?
When I try now
unsigned long ulCharCode = (unsigned long) ‘č‘; // ulCharCode = 0xC48D, this is UTF-8
But I need this behavior
unsigned long ulCharCode = (unsigned long) ‘č‘; // ulCharCode = 0xE8, this is Windows-1250
Thank you, Martin
Please sign in to leave a comment.
Comments
2 comments