James Thomas Moon
James Thomas Moon
### Implementation Considerations This can be accomplished with some medium amount of modifications to the current code base. https://github.com/jtmoon79/super-speedy-syslog-searcher/blob/0.0.32/src/data/datetime.rs#L829-L869 Modify the regular expressions, `CGP_*` variables, to capture non-English month/day of...
chrono project currently has tracking Issue related to this topic https://github.com/chronotope/chrono/issues/708
This is a subset of work described in #34
Similar to #19 which deals only with a subset of this problem, only datetimes.
This is a decent amount of work. Additionally, if done well enough, it could be it's own separate rust library.
Also touches Issue #13
According to `file` ```text mrt.log: Unicode text, UTF-16, little-endian text, with CRLF, LF line terminators ``` See #16
830dbbd5e18ad8d53727026536b1b07c58411c35 fixes the UTF-8 case. Not the UTF-16 case (which is #16).
According to `file` this is ```text ReportingEvents.log: Unicode text, UTF-16, little-endian text, with very long lines (401), with CRLF line terminators ``` See #16
According to `file` this is ```text lsasetup.log: data ``` See #16