ichernyshovvv/org-timeblock

unicode support?!

Closed this issue · 5 comments

image

Timeblocks doesn's show cjk languege and emoji.

image

It can display cyrillic characters which is part of unicode and UTF-8.
So, it maybe an issue with the font that you have set in emacs for displaying text in timeblocking buffer.

image

It can display cyrillic characters which is part of unicode and UTF-8.
So, it maybe an issue with the font that you have set in emacs for displaying text in timeblocking buffer.

thanks i will try

If you've solved the issue somehow, share with us. I tried to create org entries with cjk characters and emojies, and got no problems displaying them.

If you've solved the issue somehow, share with us. I tried to create org entries with cjk characters and emojies, and got no problems displaying them.

I haven't solved it yet, can you please point me to the part of your code that handles the text, I'm trying to see the SVG conversion part.

image

As I said, I have no issues with displaying emojies, cjk, or whatever.

org-timeblock uses svg.el library. For adding text to a svg image, see svg-text function.