burly.el
burly.el copied to clipboard
burly--windows-set does not decode buffer-name(urlobj) to utf-8-unix
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?
Hi,
Thanks for reporting this problem. I'll fix it in the next release of this package.