buildozer icon indicating copy to clipboard operation
buildozer copied to clipboard

buildozer does not allow app names with (non-ascii?) unicode characters

Open inclement opened this issue 7 years ago • 3 comments

Issue reported at https://groups.google.com/forum/#!topic/kivy-users/6hdUVwS9ekg - apparently it is present with the latest buildozer, and both python2 and python3.

inclement avatar Sep 29 '17 20:09 inclement

i have made main.py and android.txt file. and it is running in kivy launcher. but i want to make my own app ...help

shivamgithub01 avatar Nov 21 '17 02:11 shivamgithub01

These two related issues should be considered at the same time: #439. #377

Julian-O avatar Oct 25 '23 01:10 Julian-O

This may have been fixed as a side-effect of moving the ConfigParser code out into specparser.py - it is now opened as a utf-8 file, so the first step would be to try to reproduce.

Julian-O avatar Oct 25 '23 01:10 Julian-O