Skip to content

Commit

Permalink
Create unicode-test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FeodorFitsner committed Jun 3, 2022
1 parent ae4a9a2 commit 824fe5f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sdk/python/playground/unicode-test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import flet
from flet import Page, Text


def main(page: Page):
page.add(Text("Testing ä ë ï ö ü"))


flet.app(target=main, view=flet.WEB_BROWSER)

0 comments on commit 824fe5f

Please sign in to comment.