Hi experts,
First of all, this is not a real use case so don't be surprised if it looks to 
be strange question.
I tried to print a simple Chinese string on screen, e.g. Chinese welcome string 
"欢迎您". Here is what I did (case is simplified wherever necessary).
CHAR16 WelcomeStr[4];...WelcomeStr[0] = 0x6B22;WelcomeStr[1] = 
0x8FCE;WelcomeStr[2] = 0x60A8;WelcomeStr[3] = 
L'\0';...gST->ConOut->OutputString(gST->ConOut, WelcomeStr);...
Is it a right way? And how/where to add these Unicode characters to firmware 
image?
By the way, any doc to describe multi-language support in EDKII?
Thanks,Cheney                                     
------------------------------------------------------------------------------
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to