paste() Japanese cannot be used - even as unicode string

Asked by sa

Japanese cannot be used by the method of specifying the character string such as type().
(It was not possible to use it though paste() was tried. )

Is it possible to use Japanese with sikuli?

Please teach the method if it is possible.

It asks suitably.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
sa
Solved:
Last query:
Last reply:
Revision history for this message
sa (aszard-victls) said :
#1

Problem Solved

Revision history for this message
janani pavithra (janani-pavithra) said :
#2

Hello,

i need a procedure how to paste the japanese language throug script..............i tried in new version also it is not working....

so please kindly help me out how to paste the japanese multi-byte character throug sikuli script.

Thanking you in advance...........

Revision history for this message
Padma (nagapadmathota) said :
#3

Hello,

i need a procedure how to paste the japanese language throug script..............i tried in new version also it is not working....

so please kindly help me out how to paste the japanese multi-byte character throug sikuli script.

Thanking you in advance...........

Revision history for this message
RaiMan (raimund-hocke) said :
#4

already tried to use a unicode string?

text = u"some japanese characters"

paste(text)

Revision history for this message
Padma (nagapadmathota) said :
#5

tried with unicode also............not working

On Wed, Jan 12, 2011 at 6:57 PM, RaiMan <<email address hidden>
> wrote:

> Question #99721 on Sikuli changed:
> https://answers.launchpad.net/sikuli/+question/99721
>
> RaiMan posted a new comment:
> already tried to use a unicode string?
>
> text = u"some japanese characters"
>
> paste(text)
>
> --
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
RaiMan (raimund-hocke) said :
#6

Sorry, seems it does not work. I reported a bug.