Bump version to 5.0-14
[LibreOffice.git] / cpputools / source / sp2bv / readme.txt
blobf83b442c80bf62fe5c79ed3510b67677164dc9b9
1 This tool converts system paths into file urls and escapes it for use as
2 bootstrap variable. For example
4 c:\program files\App$
5 ->
6 file:///c:/program%20files/App$
7 ->
8 file:///c:/program%20files/App\$