nickva commented on PR #4810: URL: https://github.com/apache/couchdb/pull/4810#issuecomment-1788364777
@pgj excellent find! > Given that the other issue was fixed by unconditionally applying a shim on top of the ICU string comparison call, we should do the same here? @nickva what do you think? It could work. The previous fix was easy enough as it was an isolated element -- a single marker. This one might involve doing some string wrangling in C, which is always fun, and by fun I mean dangerous, of course ;-) I guess we could extend the current check to first see if the string ends in `\uFFFFF` and handle that special case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
