We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
@lainme have you installed the most recent versions of dokuwikixmlrpc and dokuvimki?
@kynan Sorry, I have stopped using the plugin a long time ago, and I have lost the modified code.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: