Bu kareler unicode haline getiriliyor çince karakterleri bir temsilidir?
EDIT: [Burada sonrası içine içlerinde sayılarla kareler girdi ama onlar hale vermedi]
Ben android görüntülenen zaman orijinal karakterlerin bu geri çevirmek ya istiyorum (ya da adil değil unicode çince karakter olarak bunları saklamak için mysql sağlamak için?)
BufferedReader reader = new BufferedReader(new InputStreamReader(is, "UTF-8"), 8);
While debugging it shows the strings value as "\u001a\u001a\u001a\u001a"
byte[] bytes = chinesestringfromdatabase.getBytes();
turns it into "[26, 26, 26, 26]"
String fresh = new String(bytes, "UTF-8");
and then this turns it back into EDIT: [Burada sonrası içine içlerinde sayılarla kareler girdi ama onlar hale vermedi]
Benim telefon çince metin görüntüleyebilirsiniz.
MySQL charset: UTF-8 Unicode (utf8)
While typing my question I realize that perhaps I have the wrong charset all together. I'm lost as to whether or not my issue will even be anything coding related or if it is just related to a setting or if php cannot handle the character set??
Ben dil bir karışımını içerebilir çoklu dil karakter setleri saklamak ve işlemek istiyorum.