Search:

Type: Posts; User: chris2547

Search: Search took 0.14 seconds.

  1. Replies
    3
    Views
    1,551

    Re: Input Japanese from Website

    I have tried that, but when I get the unicode from the website its already been changed to '�'. I tried getting one byte at a time

    BufferedReader in = new BufferedReader(new...
  2. Replies
    3
    Views
    1,551

    Input Japanese from Website

    Hi,
    Im trying to get japanese text from a website. Here is the code I used to get english text successfully:

    BufferedReader in = new BufferedReader(new...
Results 1 to 2 of 2