mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-03 21:35:33 -04:00
The problem was due to marketcheck using DataInputStream.readLine(), which is a fundamentally broken function and has been deprecated since Java 1.1. Strings in Java consist of Unicode characters, not bytes.
6.2 KiB
6.2 KiB