vartanjean / php-for-android

Automatically exported from code.google.com/p/php-for-android
0 stars 0 forks source link

German "Umlaute" do not work for dialogSetItems #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

<?
$mydroid = new Android ();

$ret=$mydroid->dialogSetItems(array("MAC-Adresse","Datum/Zeit","Öffnen","Ende")
);
$mydroid->dialogShow();
$ret=   $mydroid->dialogGetResponse();
print_r($ret);

What is the expected output? What do you see instead?

A List of elements with all above elements.
It does not show "Öffnen" - instead I see "null"

What version of the product are you using? On what operating system?
sl4a_r6 and phpforandroid.apk

Original issue reported on code.google.com by krin...@gmail.com on 18 Jan 2014 at 2:16