Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
cstham@adobeforums.com #1
Chinese character show in AVAlertNote:
Hi i wonder to show some chinese character into an AVAlertNote, is it possible? Please give me some guides if it is possible.
Thanks your concern.
Regards,
Tham
cstham@adobeforums.com Guest
-
Showing Chinese character:
I wonder to show a chinese word in AVAlertNote, is it possible? Please give me some guidelines if it can. Thanks your concern. Regards, Tham -
Input Chinese Character
I having problem to insert chinese character from textarea input into MS Access DB, the funny character save into DB? I try out <meta... -
CF 5 or MX 7 support chinese character?
Does any one know if CF 5 or MX 7 support chinese character or not? if so, what kind of additional file or extension i need to install? Can i use... -
Chinese Character in SQL 2000
Hi, I know someone has asked similar question but the solution in this forum seems can't help me. I am now using SQL 2000 (ENG version) and... -
display chinese character
hi, i wonder why dreamweaver can't display the chinese character that i entered...boxes appeared; but correct chinese characters display in... -
Leonard_Rosenthol@adobeforums.com #2
Re: Chinese character show in AVAlertNote:
Use ASText
Leonard_Rosenthol@adobeforums.com Guest
-
cstham@adobeforums.com #3
Re: Chinese character show in AVAlertNote:
From AVTextCopyProcCBExtract(ASAtom format, void* pBuf, AVTBufferSize bufLen, void* pClntData), i get the text from pBuf, but i still can't see the chinese character correctly in AVAlertNote. It always show me some unrecognize character (such as G4 ) in AVAlertNote for chinese character. Only english i can see correctly.
Thanks your concern.
Regards,
Tham
cstham@adobeforums.com Guest
-
cstham@adobeforums.com #4
Re: Chinese character show in AVAlertNote:
AVAlertNote is not support ASText. It only shows "char*" data type. I convert the ASText to char* but it shows unrecognized character in AVAlertNote. Below is my code:
AVAlertNote((char*)(ASText)pBuf);
Thanks your concern.
Regards,
Tham
cstham@adobeforums.com Guest
-
Leonard_Rosenthol@adobeforums.com #5
Re: Chinese character show in AVAlertNote:
You can't simply coerce an ASText to a char* - it doesn't work that way. Please review the documentation on an ASText object.
Leonard_Rosenthol@adobeforums.com Guest



Reply With Quote

