elsie icon indicating copy to clipboard operation
elsie copied to clipboard

Unicode support for languages like Vietnamese

Open hanhlinux opened this issue 2 years ago • 2 comments

I wonder how I can use Unicode characters like Vietnamese in box().text().

hanhlinux avatar Aug 02 '23 16:08 hanhlinux

You can use any unicode characters directly:

@slides.slide()
def hello(slide):
    slide.text("Qư QƯ qừ Qừ QỪ qử Qử")

Resulting slide: image

I have tried this and at least on my machine it sees as what I have copy pasted (I cannot verify it as I do not know Vietnamese alphabet)

spirali avatar Aug 03 '23 08:08 spirali

Thanks for the reply! As what I can see, I think there is a problem with my installed Vietnamese input method on Windows. I also tried with beampy and got the same error. I will try to find the alternatives to my current input method.

hanhlinux avatar Aug 03 '23 15:08 hanhlinux