repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
bump product version to 6.4.0.3
[LibreOffice.git]
/
cpputools
/
source
/
sp2bv
/
readme.txt
blob
f83b442c80bf62fe5c79ed3510b67677164dc9b9
1
This tool converts system paths into file urls and escapes it for use as
2
bootstrap variable. For example
3
4
c:\program files\App$
5
->
6
file:///c:/program%20files/App$
7
->
8
file:///c:/program%20files/App\$