File: xmlasc7.sh

package info (click to toggle)
html-xml-utils 6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,620 kB
  • sloc: ansic: 10,027; sh: 2,135; lex: 189; yacc: 125; perl: 123; makefile: 122
file content (5 lines) | stat: -rwxr-xr-x 86 bytes parent folder | download | duplicates (6)
1
2
3
4
5
:
# Illegal UTF-8 sequence

echo -e "\0301\0277" | ./xml2asc >/dev/null
[[ $? != 0 ]]