string_cmp_value missing UTF8 code #231
Replies: 2 comments 2 replies
|
This was the question that gave me the impression that there was work done on the non-strict comparisons. Is it resolved? |
0 replies
|
you are right, we need the distinction. I am still baffled, that I should have done something in this area. I can't remember! If true, I'd doubt my state of mind. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As I look at non-strict comparisons, I found possibly an inconsistency in the string_cmp_value function:
Shouldn't we distinguish between ASCII and UTF8?
My proposal would be:
looking further down in rxvmvars.h I found some also string_cmp_const. Is there a misunderstanding on my side?
All reactions