This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 4c7541098c BZ69521: Allow more non latin languages in EL
4c7541098c is described below
commit 4c7541098c3826b81330aa9a612c96ad00edc6e8
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 c28b8f19ce..587b70cb6a 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]