This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new 2b7499ccb8 BZ69521: Allow more non latin languages in EL
2b7499ccb8 is described below
commit 2b7499ccb8d2b65d293fa9f69e9d8b2feddc47d1
Author: remm <[email protected]>
AuthorDate: Tue Jan 7 11:54:32 2025 +0100
BZ69521: Allow more non latin languages in EL
The parser needs to be regenerated but I need to look if the formatting
changes are intentional.
---
java/org/apache/el/parser/ELParser.jjt | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/java/org/apache/el/parser/ELParser.jjt
b/java/org/apache/el/parser/ELParser.jjt
index aed53ba475..b8a654738a 100644
--- a/java/org/apache/el/parser/ELParser.jjt
+++ b/java/org/apache/el/parser/ELParser.jjt
@@ -560,11 +560,7 @@ java.util.Deque<Integer> deque = new
java.util.ArrayDeque<Integer>();
"\u00d8"-"\u00f6",
"\u00f8"-"\u00ff",
"\u0100"-"\u1fff",
- "\u3040"-"\u318f",
- "\u3300"-"\u337f",
- "\u3400"-"\u3d2d",
- "\u4e00"-"\u9fff",
- "\uf900"-"\ufaff"
+ "\u2c60"-"\uffef"
]
>
| < #DIGIT:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]