This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 3f28fa05b2 Revert "BZ69521: Allow more non latin languages in EL" 3f28fa05b2 is described below commit 3f28fa05b2bed5e2337ef2b1fc98a8a0be81b236 Author: remm <r...@apache.org> AuthorDate: Tue Jan 7 13:20:17 2025 +0100 Revert "BZ69521: Allow more non latin languages in EL" This reverts commit 2bdb19a504b2871c8cc2e6832fff4c0653bec179. --- java/org/apache/el/parser/ELParser.jjt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/java/org/apache/el/parser/ELParser.jjt b/java/org/apache/el/parser/ELParser.jjt index b8a654738a..aed53ba475 100644 --- a/java/org/apache/el/parser/ELParser.jjt +++ b/java/org/apache/el/parser/ELParser.jjt @@ -560,7 +560,11 @@ java.util.Deque<Integer> deque = new java.util.ArrayDeque<Integer>(); "\u00d8"-"\u00f6", "\u00f8"-"\u00ff", "\u0100"-"\u1fff", - "\u2c60"-"\uffef" + "\u3040"-"\u318f", + "\u3300"-"\u337f", + "\u3400"-"\u3d2d", + "\u4e00"-"\u9fff", + "\uf900"-"\ufaff" ] > | < #DIGIT: --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org