repo.or.cz
/
vspell.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avoid signed/unsigned char pitfalls when calling viet_is* functions
[vspell.git]
/
scripts
/
convert.sh
blob
f0b3fa5d77c7eb230e14f41244860277465c7779
1
#!/bin/bash
2
IN
=
$1
3
OUT
=
$2
4
5
tidy
--quote-nbsp
no
-asxml -utf8 --new-blocklevel-tags
vne
$IN
2
>
tmp.log |
sed
'1s/<html.*/<html>/'
|xsltproc z.xslt
- >
$OUT
6
7