เมื่อทำงานpackage-list-packages
ฉันได้รับข้อผิดพลาดดังต่อไปนี้
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: 野 鳥
ฉันจะตั้งค่าการเข้ารหัสตัวจัดการแพคเกจเริ่มต้นเป็นutf-8
อย่างไร
แม้ว่าในความเป็นจริงแล้วสิ่งที่ควรทำเกี่ยวกับฝั่งเซิร์ฟเวอร์นี้
—
Sean Allred
(set-default buffer-file-coding-system 'utf-8)
ช่วยเหลือ?