Author: remi
Date: 2008-09-17 14:37:06 +0200 (Wed, 17 Sep 2008)
New Revision: 1870

Modified:
   
software_suite_v2/tuxware/java-api/trunk/src/com/tuxisalive/api/TuxHTTPRequest.java
Log:
* updated the decoding of the retrieved xml files.

Modified: 
software_suite_v2/tuxware/java-api/trunk/src/com/tuxisalive/api/TuxHTTPRequest.java
===================================================================
--- 
software_suite_v2/tuxware/java-api/trunk/src/com/tuxisalive/api/TuxHTTPRequest.java
 2008-09-17 11:35:45 UTC (rev 1869)
+++ 
software_suite_v2/tuxware/java-api/trunk/src/com/tuxisalive/api/TuxHTTPRequest.java
 2008-09-17 12:37:06 UTC (rev 1870)
@@ -73,7 +73,7 @@
                try
                {
                        url = new URL(cCmd);
-                       Reader r = new InputStreamReader(url.openStream(), 
"UTF-8");
+                       Reader r = new InputStreamReader(url.openStream(), 
"ISO-8859-1");
                        s = new InputSource(r);
                }
                catch (Exception e)


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to