ichernyshovvv / org-timeblock

Schedule your day visually, using timeblocking technique inside Emacs
GNU General Public License v3.0
275 stars 18 forks source link

unicode support?! #17

Closed junghan0611 closed 1 year ago

junghan0611 commented 1 year ago

image

Timeblocks doesn's show cjk languege and emoji.

artsi0m commented 1 year ago

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.

junghan0611 commented 1 year ago

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

ichernyshovvv commented 1 year ago

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.

junghan0611 commented 1 year ago

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.

ichernyshovvv commented 1 year ago

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.