Doug Harple

Results 26 comments of Doug Harple

Reproduce with: ``` # --------------------------------------------------------------------------- INPUT=$(printf "\u0201\u0202\u0203\u0204\u0205\u0206\u0207\u0208") OUPTUT=$(printf "\u0201\u0202\u0203\u0204") METHOD1=max-length-9 test_sequence "$DETOX" "$INPUT" "$OUTPUT" "$TABLEPATH" "$METHOD1" ```

Sure. I've added a set of instructions to help with understanding how to change the way detox translates characters. https://github.com/dharple/detox/blob/main/HACKING-v1.md However, I'm not sure this will fully solve your problem....

Before I can convert the structs to typedefs, I have to stop using chains to link sequences and filters.

All of the structs have been updated to use typedefs. Open items: * Rename the filter methods that load tables to something like `table_load_from_filesystem` and `table_load_builtin`.

Add deprecation warning to anyone using the old filter

Thanks for letting me know! It's definitely possible. It could take a few weeks for me to have the time to test a fix for this issue due to other...

A fix for this issue was released in v1.4.3. I set up msys2 on a testing box, but I was unable to reproduce the stat issues on this testing box...

Thanks for the update. No worries; I can read some of the messages in French, and Google Translate will fill in the rest. I've seen the first error; I think...

I'm torn on this now. The rename program (from perl) already supports this, and it's what I typically use to accomplish this task. For example, the first case could be...

Hi, That error message is strange, and I was unable to reproduce it in a blind test. The box is a UTF-8 representation of Unicode 0xF022. I can create a...