Sunday, September 2, 2012

[android-developers] in java file Russian chars for Strings...means works in all phones

in java file Russian chars for Strings...

            enRu = new HashMap<String, String>();
            enRu.put("Africa", "Африка");
            
            textView = (TextView)findViewById(R.id.ru);
            textView.setText(enRu.get("Africa")+" "+getKeyByValue(enRu,"Африка"));
    

well I went in other WORKSPACE and opeded the file.java(with ru char in Strings) but non-understandable chars appear for russian unlike old workspace that converted java file to utf-8 and appear normally... if work only in old workspace, and upload apk in my device and works, means works in all phones???

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment