]> git.saurik.com Git - wxWidgets.git/blobdiff - misc/scripts/svn/hooks/pre-commit
Don't exclude message catalog files from UTF-8 checks in svn hook.
[wxWidgets.git] / misc / scripts / svn / hooks / pre-commit
index a5f6291d7a248dbd5dde8a8305eca180776dea8e..411f00a5971e877164650ccaf678aebe111d88c5 100755 (executable)
@@ -15,12 +15,9 @@ rc=0
 
 # exclude all third-party files from consideration, we don't want to do any
 # checks for them
-#
-# also exclude message catalog files as they may be not in UTF-8
 all_changed_files=`svnl changed | \
                     grep "^[AU]" | \
                     sed 's/^....//' | \
-                    egrep -v "locale/.*\.po$" | \
                     egrep -v "src/(tiff|regex|jpeg|stc/scintilla)" | \
                     egrep -v "_wrap.cpp" | \
                     egrep -v "wxPython/.*/docs/.*\.html$"`