Please, help me to print text with arabic caracters ; how to set arabic font? Thanks.
No.1 | | 475 bytes | |
devdris (in 1152879451.312544.147690@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?
No.2 | | 232 bytes | |
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.