My problem when i try type arabic text My code is :
import kivy
from kivy.app import App
from kivy.uix.textinput import TextInput
class TestApp(App):
def build(self):
return TextInput(text='مرحبا بكم ')
myapp=TestApp()
myapp.run()
when i execute Textinput text is a some of Square
You'll have to give the label a font that support Arabic
the warning from docs says: