Khi chạy package-list-packages, tôi nhận được lỗi sau.
These default coding systems were tried to encode text
in the buffer ` *temp*':
(iso-latin-1-dos (3242 . 37326) (3243 . 40165))
However, each of them encountered characters it couldn't encode:
iso-latin-1-dos cannot encode these: 野 鳥
Làm cách nào tôi có thể đặt mã hóa trình quản lý gói mặc định thành utf-8?
Trong thực tế, một cái gì đó nên được thực hiện về phía máy chủ này.
—
Sean Allred
(set-default buffer-file-coding-system 'utf-8)giúp được không?