You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/04/30 13:46:06 UTC

[GitHub] [commons-lang] XenoAmess edited a comment on pull request #529: [bugfix] CharSequenceUtils.regionMatches is wrong dealing with Georgian.

XenoAmess edited a comment on pull request #529:
URL: https://github.com/apache/commons-lang/pull/529#issuecomment-621862537


   > Hi @XenoAmess ,
   > Can the test be simplified to test a single character?
   
   Actually this test has already been simplified from[0 , Character.MAX_VALUE] to [0,1000]
   I'm not sure if it is good to do more simplity work as it might hide some errors.
   However if you really want to simplify it, I can try to write codes to generate a list of suspicious chars pairs, and only check them.
   
   > Is this related to https://garygregory.wordpress.com/2015/11/03/java-lowercase-conversion-turkey/ ?
   
   I know nothing about Turkey but it seems like similar type of problem (according to your descriptions in that url.)
   I'm not a philologist though, I cannot make it for sure.
   
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org