diff options
| author | David Moc <personal@cdatgoose.org> | 2026-04-06 02:42:56 +0200 |
|---|---|---|
| committer | David Moc <personal@cdatgoose.org> | 2026-04-06 02:42:56 +0200 |
| commit | e2744bceb824e3624614de1e509c419f2fddf5de (patch) | |
| tree | bf837f039c3e4140a5917c51d2b9470d4952d8d2 | |
| parent | 0a924627e83335695725b3797c74fa82fccba3f9 (diff) | |
Small fix for the text to be decoded correctly.
Signed-off-by: David Moc <personal@cdatgoose.org>
| -rwxr-xr-x | naviel.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -200,6 +200,9 @@ (progn (goto-char (point-min)) (re-search-forward "\r?\n\r?\n" nil t) + (set-buffer-multibyte t) + (decode-coding-region (point) (point-max) 'utf-8) + (let* ((xml (xml-parse-region (point) (point-max))) (response (naviel--check-status xml)) (result (funcall parse-fn response))) |
