how to use unicode beyond 0xffff in vb.net? -


in vb.net desktop application i'm designing, want user able input text in richtextbox in kind of language, ancient languages. far managed in achieving using chrw() , virtual keyboard of own, codes under 0xffff (65535), chrw() doesn't take codes beyond limit. however, there codes beyond limit want use, ancient greek, cuneiforms, , on.

does know how that? thanks!


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -