Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B

Simple C language code issue

(1/2) > >>

Rajai:
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;
}

BlueHazzard:
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.codeblocks.org/index.php/topic,18803.msg128791.html#msg128791

Rajai:
calm down.. nobody is freakin answering that anyway..

stahta01:

--- Quote from: Rajai on June 03, 2014, 12:26:22 am ---calm down.. nobody is freakin answering that anyway..

--- End quote ---

Learn to read the rules before posting on a Web Forum http://forums.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.

Rajai:
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!

Navigation

[0] Message Index

[#] Next page

Go to full version