How can I print foreign characters on the screen using C in code blocks? Here's my code, which doesn't work:
#include <stdio.h>
#include <locale.h>
int main(){
setlocale(LC_ALL,"Turkish");
printf("İ ş ğ ü ö ı");
system("pause");
return 0;
}
This is not a C::B development question. This has nothing to do with c::b in any way...
this is a general unicode -c question, and so here (in the whole forum) is the wrong place to ask such questions...
A moderator will lock this topic.
you can try this, but don't ask here for more help: http://forums.next.codeblocks.org/index.php/topic,18803.msg128791.html#msg128791
calm down.. nobody is freakin answering that anyway..
Quote from: Rajai on June 03, 2014, 12:26:22 AM
calm down.. nobody is freakin answering that anyway..
Learn to read the rules before posting on a Web Forum http://forums.next.codeblocks.org/index.php/topic,9996.0.html (http://forums.next.codeblocks.org/index.php/topic,9996.0.html)
Learn to read the replies to your posts.
Learn to read the description of the sub-forum you post in!!
Tim S.
i asked the same question in stackoverflow and they were able to get my code working right but i wasnt able to do that because of my CB setting, my way of asking the question was wrong but there's no need to talk that way, calm down people!
Quote from: Rajai on June 03, 2014, 11:14:04 AM
i asked the same question in stackoverflow and they were able to get my code working right but i wasnt able to do that because of my CB setting, my way of asking the question was wrong but there's no need to talk that way, calm down people!
So, you still can NOT read and comprehend what you read; I pity you.
Tim S.