[GitHub] commons-text issue #49: TEXT-89: UTF-32 support for WordUtils.initials using...

2017-07-12 Thread ameyjadiye
Github user ameyjadiye commented on the issue: https://github.com/apache/commons-text/pull/49 For detailed explanation.

[GitHub] commons-text issue #49: TEXT-89: UTF-32 support for WordUtils.initials using...

2017-07-12 Thread ecki
Github user ecki commented on the issue: https://github.com/apache/commons-text/pull/49 Not sure I understand the question, surrogate Pairs only exist in UTF-16. UTF-8 uses a multi byte encoding for code points outside the BMP and UTF-32 uses 4 bytes (and skips the high/low surrogate

[GitHub] commons-text issue #49: TEXT-89: UTF-32 support for WordUtils.initials using...

2017-07-12 Thread arunvinudss
Github user arunvinudss commented on the issue: https://github.com/apache/commons-text/pull/49 Okay I don't mind to change but what does UTF-16 with surrogate pairs support? Why did we do this refactoring? --- If your project is set up for it, you can reply to this email and have

[GitHub] commons-text issue #49: TEXT-89: UTF-32 support for WordUtils.initials using...

2017-07-12 Thread ecki
Github user ecki commented on the issue: https://github.com/apache/commons-text/pull/49 It does not provide support for UTF-32 (which is a 4 byte encoding not implemented in the patch) but it provides support for UTF-16 surrogate pairs (1..2 x 2bytes). The both encodings are not

[GitHub] commons-text issue #49: TEXT-89: UTF-32 support for WordUtils.initials using...

2017-07-12 Thread ameyjadiye
Github user ameyjadiye commented on the issue: https://github.com/apache/commons-text/pull/49 probably just because utf-32 it could be confusing, @ecki can explain more. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] commons-text issue #49: TEXT-89: UTF-32 support for WordUtils.initials using...

2017-07-12 Thread arunvinudss
Github user arunvinudss commented on the issue: https://github.com/apache/commons-text/pull/49 Not sure why I should change the PR name? I never mentioned it provides native support for UTF-32 and it clearly states support using surrogate pairs . --- If your project is set up for

[GitHub] commons-text issue #49: TEXT-89: UTF-32 support for WordUtils.initials using...

2017-07-12 Thread ameyjadiye
Github user ameyjadiye commented on the issue: https://github.com/apache/commons-text/pull/49 @arunvinudss , can you please rename PR saying character processing switched with codepoints and change commit comment as well, that you can do with ```rebase``` or ```git commit --amend```

[GitHub] commons-text issue #49: TEXT-89: UTF-32 support for WordUtils.initials using...

2017-07-11 Thread arunvinudss
Github user arunvinudss commented on the issue: https://github.com/apache/commons-text/pull/49 Ordering of import has changed as all the similar packages were grouped together. It was not intended I believe my IDE did that automatically. I see other test classes using wild card

[GitHub] commons-text issue #49: TEXT-89: UTF-32 support for WordUtils.initials using...

2017-07-11 Thread jbduncan
Github user jbduncan commented on the issue: https://github.com/apache/commons-text/pull/49 It's not clear to me why the ordering of the imports has changed and why all the `assert*()` method imports have been replaced with a wildcard import. Are those intentional? --- If your

[GitHub] commons-text issue #49: TEXT-89: UTF-32 support for WordUtils.initials using...

2017-07-11 Thread ecki
Github user ecki commented on the issue: https://github.com/apache/commons-text/pull/49 It still uses missleading UTF-32 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[GitHub] commons-text issue #49: TEXT-89: UTF-32 support for WordUtils.initials using...

2017-07-11 Thread ameyjadiye
Github user ameyjadiye commented on the issue: https://github.com/apache/commons-text/pull/49 @chtompki , this PR looks good, shall we merge it ? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] commons-text issue #49: TEXT-89: UTF-32 support for WordUtils.initials using...

2017-06-14 Thread arunvinudss
Github user arunvinudss commented on the issue: https://github.com/apache/commons-text/pull/49 @ecki I agree and thats the best we can do for now to support UTF-32 . Thanks for the input 👍 --- If your project is set up for it, you can reply to this email and have your reply