We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0686cbe commit 4bebf3aCopy full SHA for 4bebf3a
java/com/google/scrollview/ScrollView.java
@@ -380,7 +380,7 @@ public static void main(String[] args) {
380
System.out.println("Client connected");
381
382
// Setup the streams
383
- out = new PrintStream(socket.getOutputStream(), true);
+ out = new PrintStream(socket.getOutputStream(), true, "UTF-8");
384
in =
385
new BufferedReader(new InputStreamReader(socket.getInputStream(),
386
"UTF8"));
0 commit comments