qqzsxyz / vimwiki

Automatically exported from code.google.com/p/vimwiki
0 stars 0 forks source link

convert special character in links to HTML entities #382

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Select some words contain spaces(e.g. Arch Linux), press ENTER to make it as 
a link
2. Generate HTML file
3. the spaces in the `a` tag `href` attribute is not convert to `%20`

What is the expected output? What do you see instead?
Although the spaces in the `href` work in most of the modern web browser, but 
that is *NOT* valid in specification.

So, use `%20` to replace spaces.

What version of the product are you using? On what operating system?
- vimwiki 2.0.1
- vim 7.3.712-1

Please provide any additional information below.
None.

Original issue reported on code.google.com by LiJu...@gmail.com on 28 Oct 2012 at 12:32