Link to home
Start Free TrialLog in
Avatar of astronus
astronus

asked on

Unicode Program Problem

I try to read in a unicode file (open file for input as #1) which has some special character like "ề" and try to display it to other application like microsft word using SendKeys function but It's display something else "A".  How do I display the special unicode character "ề" to other application correctly using sendkeys by reading unicode file.
Avatar of PaulHews
PaulHews
Flag of Canada image

You have to send the key combination that creates that special character, whatever it is.  What keys are pressed in MS Word to make that character?
Avatar of astronus
astronus

ASKER

eg. &H0111 for special d-

but u r reading that character from a file, how can u print out exactly as u want
What keys are pressed in MS Word to make that character?
eg. &H0111 for special d-

but u r reading that character from a file, how can u print out exactly as u want
how to print special unicode character is what i meant
Is it characters in the shape "ề" --OR-- "&H0111" ? - Will be hard enough to find something, and we need complete info.
If you are using sendkeys, then you have to know the exact key combination to produce that character.  You could use Word automation to write the unicode string to the document, but I've never tried it so I don't know if that will work.
how to print special unicode character is what i meant
I did but it's don't work, I believe there is some special assertion in the sendkey in other to send unicode character into microsoft word using sendkeys but don't know how
>>
I did but it's don't work, I believe there is some special assertion in the sendkey in other to send
unicode character into microsoft word using sendkeys but don't know how
<<

Look, you can send CTRL, ALT or SHIFT combinations using SendKeys, but tell me the combination that you have to press in word so that I can do some tests!
I don't know the combination, but if you look on the Character Map, the character similar to character D(code:U+0111) , Description: U+0111:Latin Small Letter D with stroke.  HOw do I display that specific character using sendkeys
ASKER CERTIFIED SOLUTION
Avatar of WalterM
WalterM

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DanRollins
Hi astronus,
It appears that you have forgotten this question. I will ask Community Support to close it unless you finalize it within 7 days. I will suggest to:

    Refund points and save as a 0-pt PAQ.

EXPERTS: Post a comment if you are certain that an expert deserves credit.  Explain why.
==========
DanRollins -- EE database cleanup volunteer