This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 2bdb19a504 BZ69521: Allow more non latin languages in EL
2bdb19a504 is described below
commit 2bdb19a504b2871c8cc2e6832fff4c0653bec179
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 1a9cc31dd6..30795f8486 100644
--- a/java/org/apache/el/parser/ELParser.jjt
+++ b/java/org/apache/el/parser/ELParser.jjt
@@ -566,11 +566,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]