But setText("\u1234") is not work well ,It shows on Screen like ' Ⴄ'.

On 11月28日, 上午7时34分, Ralf <[EMAIL PROTECTED]> wrote:
> Just use myedittext.setText("(c)"); or setText("\u1234") where 1234 is
> theunicodecharacter you want.
>
> R/
>
>
>
> On Thu, Nov 27, 2008 at 4:32 AM, ena <[EMAIL PROTECTED]> wrote:
>
> > I try to draw SpecialCharacters in Edittext..
> > i want draw '(c)' character
> > i am used
>
> > Java:
>
> >  KeyCharacterMap keyCharacterMap = KeyCharacterMap
> >                    .load(KeyCharacterMap.BUILT_IN_KEYBOARD);
> > keyEvents = keyCharacterMap.getEvents(new char[]
> > { '(c)'  });
> >  dispatchKeyEvents(Main.edittext, keyEvents);
>
> > but it's show error..could u plz tel me..how to draw it???- 隐藏被引用文字 -
>
> - 显示引用的文字 -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to