burly.el icon indicating copy to clipboard operation
burly.el copied to clipboard

burly--windows-set does not decode buffer-name(urlobj) to utf-8-unix

Open samb233 opened this issue 2 years ago • 1 comments

I've found the Issue #43 . And burly works well with buffers contains multibyte characters now. (use burly-kill-buffer-url to generate a buffer-url and restore it with burly-open-url)

But when it comes to windows, the problem is still there, same as this screenshot in #43, when restore the bookmark generated by burly-bookmark-windows after restart emacs, the buffer-name is not decoded to utf-8-unix.

I found that burly--windows-set is the function to handle window-urls. Perhaps simply adding a decode-coding-string there could solve this problem?

samb233 avatar May 07 '23 02:05 samb233

Hi,

Thanks for reporting this problem. I'll fix it in the next release of this package.

alphapapa avatar May 13 '23 01:05 alphapapa