473,503 Members | 1,655 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

arabic_caractere

Please, help me to print text with arabic caracters ; how to set
arabic font?

Thanks.

Jul 14 '06 #1
2 1165
devdris (in 11**********************@h48g2000cwc.googlegroups. com)
said:

| Please, help me to print text with arabic caracters ; how to set
| arabic font?

Sorry - your question has nothing to do with the C programming
language (the topic of this newsgroup). You should check in a forum
that deals with printers and printer drivers for your machine and
operating system.

Any idea why whois.afrinic.net denies access to whois.geektools.com?

--
Morris Dovey
DeSoto Solar
DeSoto, Iowa USA
http://www.iedu.com/DeSoto
Jul 14 '06 #2
devdris wrote:
Please, help me to print text with arabic caracters
#include <stdio.h>

int main(void)
{
puts("*Ø*زب الله‬");
return 0;
}
how to set arabic font?
That's not defined by C.

--
Simon.
Jul 14 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.