session Coding System Pos Codepoint Char utf-8-unix 2371

These default coding systems were tried to encode the following problematic characters in the buffer ‘ session ’: Coding System Pos Codepoint Char utf-8-unix 2371 #x200002 \x200002 2387 #x200002 \x200002

However, each of them encountered characters it couldn’t encode: utf-8-unix cannot encode these: \x200002 \x200002

(use-package session                                                            │
   9   :custom                                                                       │
   8   (session-save-file-coding-system "utf-8")                                     │
   7   (session-save-file (expand-file-name ".session" no-littering-var-directory) "设置session文件的保存路径")
   6   :config                                                                       │
   5   (add-hook 'after-init-hook #'session-initialize)                              │
   4   )