GNU bug report logs - #66941
29.1; Emacs on Windows can't display CJK characters correctly in svg images

Previous Next

Package: emacs;

Reported by: Ilya Chernyshov <ichernyshovvv <at> gmail.com>

Date: Sun, 5 Nov 2023 05:45:02 UTC

Severity: normal

Found in version 29.1

Full log


View this message in rfc822 format

From: Ilya Chernyshov <ichernyshovvv <at> gmail.com>
To: 66941 <at> debbugs.gnu.org
Subject: bug#66941: 29.1; Emacs on Windows can't display CJK characters correctly in svg images
Date: Sun, 05 Nov 2023 02:00:18 +0700
Hi. Can't reproduce the issue by myself (I'm on linux), but already have
been sent a couple of issues in my package repo.

Screenshot:

https://user-images.githubusercontent.com/9244946/280170406-64aca531-3542-40b7-9ae3-fc13ab3f1029.png

Link to the issue:

https://github.com/ichernyshovvv/org-timeblock/issues/36

Code to reproduce:

(progn
  (require 'svg)
  (switch-to-buffer "*svg-test*")
  (let ((svg-image (svg-create 200 200))
	(inhibit-read-only t))
    (erase-buffer)
    (svg-text svg-image "我喜欢自由软件" :y 100 :x 50)
    (svg-print svg-image)
    (image-mode)))




This bug report was last modified 1 year and 283 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.