chimeric / dokuvimki

http://chimeric.de/projects/dokuwiki/dokuvimki
GNU General Public License v2.0
8 stars 7 forks source link

working with utf-8 filename #1

Open lainme opened 13 years ago

lainme commented 13 years ago

Now dokuwiki supports encoding filename in utf-8 format, this is very useful to avoid long filename.

But now dokuvimki can't open such files. The error code is

must>not&exist/foo:743: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal

I am using dokuwiki-rc2010-10-07 and latest dokuvimki/dokuwikixmlrpc

Hope this can be solve.

lainme commented 13 years ago

I have made some changes to make it work partially. But file upload is still broken.

Well, when I turn the filename encoding method back to "url", file upload is still not working. Maybe it's another bug

I am not good at programming, some modification seems very poor coded.

http://github.com/lainme/personal/blob/master/.vim/plugin/dokuvimki.vim

kynan commented 4 years ago

@lainme have you installed the most recent versions of dokuwikixmlrpc and dokuvimki?

lainme commented 4 years ago

@kynan Sorry, I have stopped using the plugin a long time ago, and I have lost the modified code.