App app = response.getAppList().get(0);\r
String filespec = "../metadata/" + app.getPackageName() + ".txt";\r
FileInputStream fi = new FileInputStream(filespec);\r
- BufferedInputStream bi = new BufferedInputStream(fi);\r
- DataInputStream di = new DataInputStream(bi);\r
+ InputStreamReader isr = new InputStreamReader(fi, "UTF-8");\r
+ BufferedReader br = new BufferedReader(isr);\r
StringBuilder output = new StringBuilder();\r
boolean changed = false;\r
boolean vercodefound = false;\r
boolean versionfound = false;\r
String line, newline;\r
- while (di.available() != 0) {\r
- line = di.readLine();\r
+ while (br.ready()) {\r
+ line = br.readLine();\r
if (line.startsWith("Market Version:")) {\r
versionfound = true;\r
newline="Market Version:" + app.getVersion();\r
}\r
output.append(line + "\n");\r
}\r
- di.close();\r
- bi.close();\r
+ br.close();\r
+ isr.close();\r
fi.close();\r
if(!versionfound) {\r
changed = true;\r
Description:
A modified version of the standard onscreen keyboard in Android
with support for Norwegian, Swedish, Danish, Faroese, German,
-Icelandic and Northern SÃ\83¡mi keyboard layouts.
+Icelandic and Northern Sámi keyboard layouts.
.
Repo Type:svn
Repo:http://scandinavian-keyboard.googlecode.com/svn/trunk
Issue Tracker:http://github.com/fabrantes/rockonnggl/issues
Summary:Music player
Description:
-A music player. Cubed, also known as Ã\83Â\83Ã\82Â\83Ã\83Â\82Ã\82Â\83Ã\83Â\83Ã\82Â\82Ã\83Â\82Ã\82Â\83Ã\83Â\83Ã\82Â\83Ã\83Â\82Ã\82Â\82Ã\83Â\83Ã\82Â\82Ã\83Â\82Ã\82Â\83Ã\83Â\83Ã\82Â\83Ã\83Â\82Ã\82Â\83Ã\83Â\83Ã\82Â\82Ã\83Â\82Ã\82Â\82Ã\83Â\83Ã\82Â\83Ã\83Â\82Ã\82Â\82Ã\83Â\83Ã\82Â\82Ã\83Â\82Ã\82Â\82Ã\83Â\83Ã\82Â\83Ã\83Â\82Ã\82Â\83Ã\83Â\83Ã\82Â\82Ã\83Â\82Ã\82Â\83Ã\83Â\83Ã\82Â\83Ã\83Â\82Ã\82Â\82Ã\83Â\83Ã\82Â\82Ã\83Â\82Ã\82Â\82Ã\83Â\83Ã\82Â\83Ã\83Â\82Ã\82Â\83Ã\83Â\83Ã\82Â\82Ã\83Â\82Ã\82Â\82Ã\83Â\83Ã\82Â\83Ã\83Â\82Ã\82Â\82Ã\83Â\83Ã\82Â\82Ã\83Â\82Ã\82³, has possibly the silliest choice of application
+A music player. Cubed, also known as ³, has possibly the silliest choice of application
name ever.
.
Market Version:1.0.81