Results 1 to 7 of 7

Thread: ink2text and ship handwriting recognition other language special characters

  1. #1

    ink2text and ship handwriting recognition other language special characters

    Hi there !
    I successfully installed the ink2text input panel .
    For English everything is working great.
    However, when changing the language setup in wine to (German) or Chinese , the input Panel does not display special characters.
    It obviously recognizes German but displays a ? for every Umlaut .
    The Chinese characters are recognized also but only ? are displayed.
    I tried to change the fond in the ship. properties file, but to no avail.

    Any Ideas ?
    Somehow ship needs to use the proper fond, but I can't figure out which file to edit.
    thanks for Your help.
    Linux into the classroom NOW!
    http://www.taiwan-taipei.com

  2. #2
    Join Date
    Nov 2009
    Beans
    Hidden!

    Re: ink2text and ship handwriting recognition other language special characters

    I'm just guessing here, so there goes: Do you have 'xfonts-intl-chinese' installed?
    linux-git/fs/super.c: "Self-destruct in 5 seconds. Have a nice day...\n",

  3. #3

    Re: ink2text and ship handwriting recognition other language special characters

    Quote Originally Posted by Rexilion View Post
    I'm just guessing here, so there goes: Do you have 'xfonts-intl-chinese' installed?
    Thank's for the reply.

    I have just installed the fond then opened the terminal and entered

    Code:
    export LC_MESSAGES=zh_TW.utf8
    then in the same terminal
    Code:
    sh -c "/usr/local/bin/ship/ship & wine /usr/local/bin/RecognitionServer.exe 8888"
    but no luck
    Linux into the classroom NOW!
    http://www.taiwan-taipei.com

  4. #4
    Join Date
    Nov 2009
    Beans
    Hidden!

    Re: ink2text and ship handwriting recognition other language special characters

    Ah, you might have mentioned before that you did not start your session as default zh_TW locale. I incorrecly assumed that, sorry for that.

    Try this:

    Code:
    export LC_ALL=zh_TW.utf8
    export LANG=zh_TW.utf8
    sh -c "/usr/local/bin/ship/ship & wine /usr/local/bin/RecognitionServer.exe 8888"
    linux-git/fs/super.c: "Self-destruct in 5 seconds. Have a nice day...\n",

  5. #5

    Re: ink2text and ship handwriting recognition other language special characters

    Quote Originally Posted by Rexilion View Post
    Ah, you might have mentioned before that you did not start your session as default zh_TW locale. I incorrecly assumed that, sorry for that.

    Try this:

    Code:
    export LC_ALL=zh_TW.utf8
    export LANG=zh_TW.utf8
    sh -c "/usr/local/bin/ship/ship & wine /usr/local/bin/RecognitionServer.exe 8888"
    Thanks but still no luck.

    I think ship never was programmed to recognize any other languages than English.
    The language recognition obviously changes though. When setting it to German it will write all German words except for the special characters there will be a question mark.
    When I set it to Chinese the red and green outlining definitely show that Chinese is recognised and English word will be recognised as question marks also.

    If anyone knows which file to temper with let me know.
    Linux into the classroom NOW!
    http://www.taiwan-taipei.com

  6. #6
    Join Date
    Nov 2009
    Beans
    Hidden!

    Re: ink2text and ship handwriting recognition other language special characters

    Why not install an Ubuntu with that locale as a system default? Who knows what the installer might pull/do to get things working. I know it's a long/tedious shot. But then you will at least know wheather is really does not work or if it's a config issue.
    linux-git/fs/super.c: "Self-destruct in 5 seconds. Have a nice day...\n",

  7. #7

    Re: ink2text and ship handwriting recognition other language special characters

    Quote Originally Posted by Rexilion View Post
    Why not install an Ubuntu with that locale as a system default? Who knows what the installer might pull/do to get things working. I know it's a long/tedious shot. But then you will at least know wheather is really does not work or if it's a config issue.
    I already did that in virtualbox for German and Chinese.

    It's the same thing.
    Linux into the classroom NOW!
    http://www.taiwan-taipei.com

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •