mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-16 12:10:29 +03:00
Fixed text corruption problem in marketcheck.
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.
This commit is contained in:
parent
635555827d
commit
6fd360e62d
3 changed files with 8 additions and 8 deletions
|
|
@ -6,7 +6,7 @@ Summary:Keyboard for Scandinavian languages
|
|||
Description:
|
||||
A modified version of the standard onscreen keyboard in Android
|
||||
with support for Norwegian, Swedish, Danish, Faroese, German,
|
||||
Icelandic and Northern Sámi keyboard layouts.
|
||||
Icelandic and Northern Sámi keyboard layouts.
|
||||
.
|
||||
Repo Type:svn
|
||||
Repo:http://scandinavian-keyboard.googlecode.com/svn/trunk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue