Search:

Type: Posts; User: efluvio

Search: Search took 0.14 seconds.

  1. Replies
    2
    Views
    12,542

    Re: Convert file from any encoding to UTF-8

    Thank you. I've found that when specifying encoding for the output is necessary as well to specify it for the input:

    BufferedReader input = new BufferedReader(new InputStreamReader(new...
  2. Replies
    2
    Views
    12,542

    Convert file from any encoding to UTF-8

    I have files that are either encoded in ASCII (Windows-1252) or UTF-8 (with or without BOM encoding). How can I convert them from their encoding to UTF-8, like I could do with text editors like...
Results 1 to 2 of 2