Simplistic {@link CharFilter} that applies the mappingscontained in a {@link NormalizeCharMap} to the characterstream, and correcting the resulting changes to the offsets.
Simplistic {@link CharFilter} that applies the mappingscontained in a {@link NormalizeCharMap} to the characterstream, and correcting the resulting changes to the offsets. Matching is greedy (longest pattern matching at a given point wins). Replacement is allowed to be the empty string.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.