I can try to dig it up if that would help.
Thanx ...
yes, this could help me, could you dig it please...
I can try to dig it up if that would help.
Code: Select all
unsigned char utf8[]={0xc3,0xa9};
unsigned unicode=get_utf_char(&utf8); // should return 0xe9
well, i suggest you google for "UTF8". the Wikipedia, for instance, has nice reference table of unicode characters. Usually, what you'll have to do is giving an scancode map that will produce UTF characters for what's on a given keyboard and a font encoding that tells what each character each glyph is for ...nashed wrote:
how can i call charecter from unicode file,
how i know code charecter ( D is \xEF\xBB\xB5),or code any other charecter
This is what this whole thread is about, so please read through it, will you ?marwan wrote: utf-8 support arabic charcter, why i need to create special font ?
my problem can i use utf-8 to write arabic char in text mode ?
i understand that, nashed ask about arabic.zip program which posted by @Chris Giese, and this program i had tested it, it work in graphic mode. and did not work in text mode as i understand.Pype.Clicker wrote:This is what this whole thread is about, so please read through it, will you ?marwan wrote: utf-8 support arabic charcter, why i need to create special font ?
my problem can i use utf-8 to write arabic char in text mode ?