I am trying to save this object to Parse.com database:
$zastavka = ParseObject::create("Zastavky");
$zastavka->set("nazov", "Bánová, Colnica");
$zastavka->save();
But I get "Fatal error: Uncaught exception 'Parse\ParseException'..." since it looks like Parse.com is not able to handle diacritic in Strings. Is there any other way around? I need to have names of various streets in the database, therefore it is not acceptable to remove diacritic :/