Search:

Type: Posts; User: helloworld922

Search: Search took 0.08 seconds.

  1. Replies
    19
    Views
    5,962

    [SOLVED] Re: Unknown Character

    download the JavaSE Javadoc :) It lets you easily browse through the Java API documentation without having to wait for slow internet connections.
  2. Replies
    19
    Views
    5,962

    [SOLVED] Re: Unknown Character

    theString.replace((char)0xA0, ' '); // replace the non-breaking space with regular spaces
Results 1 to 2 of 2