Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Updated poi jar to take care of Android regex handling #6

Closed
wants to merge 1 commit into from

Conversation

devnull69
Copy link

As discussed earlier

I changed code in TextFunction.java to take care of different Android regex handling

final Pattern nonAlphabeticPattern = Pattern.compile("\\P{L}");

andruhon added a commit that referenced this pull request Jul 21, 2016
@devnull69 could you please verify that this modified one
works for you?
@andruhon
Copy link
Owner

Just added changed files to jars manually. Compared with decompiler - they contain only described change.

@devnull69 could you please validate that what I have now on the master works properly for your usecase?

@devnull69
Copy link
Author

Yes, I can confirm that what you have now on the master works properly for my usecase :-)

@andruhon
Copy link
Owner

@devnull69 cool! Thank you!

@andruhon andruhon closed this Jul 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants