Details
-
Type:
Improvement
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: v0.9.4
-
Fix Version/s: None
-
Component/s: Sinks+Sources, Technical Debt
-
Labels:None
Description
Currently there is a wrapper class that makes byte[]'s act like CharSequences so that they are compatible with Java's Regex's. This essentially assumes 8-bit ASCII (LATIN-1/ISO 8859 charset, I believe). Making it do actual byte->character encoding is something we will likely need to remedy in the future.