Skip to content

Replace ICU-related comments with standard Java code in JavaWordFinder#2922

Draft
vogella wants to merge 1 commit intoeclipse-jdt:masterfrom
vogella:fix-java-word-finder
Draft

Replace ICU-related comments with standard Java code in JavaWordFinder#2922
vogella wants to merge 1 commit intoeclipse-jdt:masterfrom
vogella:fix-java-word-finder

Conversation

@vogella
Copy link
Copy Markdown
Contributor

@vogella vogella commented Apr 2, 2026

This PR replaces the outdated ICU-related comments in JavaWordFinder with standard Java code point handling using Character.isJavaIdentifierPart(int) and Character.toCodePoint(char, char). This allows for proper handling of Unicode surrogate pairs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant