Ogojogi string output

Christoph Guse <[email protected]>
Newsgroups gmane.comp.cms.opengroupware.xmlrpc.devel
Message-ID <[email protected]>
Hello,

is there any chance to configure ogojogi, so I don't need the follwing 
class?

public class Utf82U {
   
    private String Utf8String;
    private String UnicodeString;
   
    public Utf82U(String utf8){
        this.Utf8String = utf8;
        byte[] temp = utf8.getBytes();
        try{
            this.UnicodeString = new String(temp,"UTF-8");
        }
        catch(Exception e){
            this.UnicodeString = e.toString();
        }
    }
   
    public String getString(){
        return UnicodeString;
    }
   
}

If I don't use this class to all strings I want to use in my client-app, 
Umlaute are not shown correctly.

Greets
Christoph

-- 
****************************************
 Christoph Guse
 Zimmer 33510
 Hubertusstraße 149
 41239 Mönchengladbach
 Tel.  0 21 66 / 14 52 59
 Mobil 01 72 / 160 74 84
****************************************

-- 
OpenGroupware.org XML-RPC
[email protected]
http://mail.opengroupware.org/mailman/listinfo/xmlrpc
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.