Skip to content

Error when processing unicode characters #60

@noblekid96

Description

@noblekid96

Recently updated to version 20240129.1502 and got this error when viewing files with unicode characters (specifically Chinese characters)

Debugger entered--Lisp error: (error "Multibyte character in data for base64 encoding")
  async-handle-result((closure ((current-buffer . #<buffer main.tsx>) (include-avatar-p) (start-line-number . 39) (type . both)) (commit-infos) (blamer--handle-async-blame-info-result commit-infos current-buffer start-line-number include-avatar-p type)) (async-signal (error "Multibyte character in data for base64 encoding")) #<buffer *emacs*<23>>)
  async-when-done(#<process emacs> "finished\n")

This is my blamer config

(use-package blamer
  :bind (("s-i" . blamer-show-commit-info))
  :defer 20
  :custom
  (blamer-idle-time 0.3)
  (blamer-min-offset 70)
  (blamer-max-commit-message-length 70)

  :config
  (global-blamer-mode 1))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions