mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 09:12:17 +01:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/php/pftt2/pull/84
State: open
Merged: No
Detecting the charset of single lines does not really work (see my
comment about that[1]), so we're dropping this attempt for now, and
instead assume an arbitrary single byte character set. This lets all
ten reported failing tests pass.
[1] https://github.com/php/pftt2/issues/63#issuecomment-553351697
If we're going this way, there is of course no need to use
CharsetDeciderDecoderand related classes any longer, and we could simplify. Before investing more time in this, we should decide whether we want to do this.@lavturo, @weltling, what do you think?