Build for ios - change name error

When I try to build for ios and change the name of my game from “WordsHunter” to the Greek equivalent I get an error from server and the build process is being stopped!
Is there something wrong with UTF8 support maybe??
How can I change the name of my game in order to send it to appstore?

Thanks. [import]uid: 78837 topic_id: 17246 reply_id: 317246[/import]

On iOS builds, the Application Name must use standard ASCII characters and not contain any foreign characters. You can localize the App name by adding CFBundleDisplayName string in the iphone->plist section of the build.settings file. This will be the name shown when the app is installed on the device. There is a bug in the existing Mac Simulator that will crash during a build if the Application name includes non-ASCII and non-alphanumeric characters. [import]uid: 7559 topic_id: 17246 reply_id: 65261[/import]