pgj commented on PR #4810:
URL: https://github.com/apache/couchdb/pull/4810#issuecomment-1790609445

   > Even better, since unicode standard seems to define a max sortable code 
point `U+FFFF`, we should use that instead of `U+10FFFF`.
   
   Erlang itself supports `U+10FFFF` and it is numerically greater than 
`U+FFFF`.
   
   > Give `<<Arg/binary, 16#FFFF/utf8>>` a try, that should work on all the 
OS-es.
   
   It works nicely.  Jenkins seems to be happy with that, see #4829 for the 
details.


-- 
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]

Reply via email to