Open afonso360 opened 4 years ago
Hello, This PR is a combination of #5 and #4.
I've changed the implementation so that we store only the original string (to avoid consuming double the memory), and lowering before comparison.
This more closely matches the behavior of CITEXT which also preserves case.
It's abandonware.
Hello, This PR is a combination of #5 and #4.
I've changed the implementation so that we store only the original string (to avoid consuming double the memory), and lowering before comparison.
This more closely matches the behavior of CITEXT which also preserves case.