mirror of https://github.com/CGAL/cgal
New script, to detect non-UTF-8 header files
This commit is contained in:
parent
6a396299d9
commit
03cc42d44f
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/zsh
|
||||
|
||||
setopt extendedglob
|
||||
|
||||
file ^build*/(include|doc)/**/*.h| egrep -v ':[[:space:]]+(C(\+\+)? source, |LaTeX document, |HTML document, )?(ASCII|UTF-8 Unicode) text(, with very long lines)?$'
|
||||
Loading…
Reference in New Issue