Description: Strip invalid whitespace causing mh_cleanpom to fail with:
 javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,1]
 Message: only whitespace content allowed before start tag and not \ufffd
Author: Bas Couwenberg <sebastic@xs4all.nl>

--- a/java/jdbc/pom.xml
+++ b/java/jdbc/pom.xml
@@ -1,4 +1,4 @@
-﻿<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
