pyrtf icon indicating copy to clipboard operation
pyrtf copied to clipboard

Does not support unicode!

Open elsampsa opened this issue 8 years ago • 2 comments

This python module is problematic if you want to make rtf documents with other characters than ascii. There is no unicode support.

elsampsa avatar Jun 07 '16 09:06 elsampsa

Hello, I have fixed this in my version on pyRTF, available at https://github.com/lowmanio/pyrtf

lowmanio avatar Jun 12 '16 16:06 lowmanio

Turns out your implementation is badly broken: try to escape "🙊" with your function. It will return a nice chinese character instead of an emoji.

Yuri6037 avatar Apr 02 '21 16:04 Yuri6037