Search:

Type: Posts; User: helloworld922

Search: Search took 0.18 seconds.

  1. Replies
    5
    Views
    4,265

    Re: UTF - 8 / Byte Stream

    You could also try opening a character stream to use UTF-8 encoding.

    See: Byte Encodings and Strings (The Java™ Tutorials > Internationalization > Working with Text)

    I don't know if the Java...
  2. Replies
    5
    Views
    4,265

    Re: UTF - 8 / Byte Stream

    Take a look at Wikipedia: UTF-8. The only way you would know if you had an invalid UTF-8 character is if it's one of those who's hex sequence is invalid to the UTF-8 encoding. However, if the stream...
  3. Replies
    5
    Views
    4,265

    Re: UTF - 8 / Byte Stream

    What do you mean by validate? Really the only thing you can do if you're trying to read from a file is to see if interpreting the file as UTF-8 encoded is what it's suppose to look like.

    If you...
Results 1 to 3 of 3