[Bug 69521] Supporting for Korean Characters.

2025-01-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69521 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 69521] Supporting for Korean Characters.

2025-01-16 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69521 --- Comment #5 from Mark Thomas --- This could get messy. See https://github.com/jakartaee/expression-language/issues/278 for a full description of the problem. For this specific issue, I will look at expanding the definition of LETTER and DIG

[Bug 69521] Supporting for Korean Characters.

2025-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69521 --- Comment #4 from ritchie@gmail.com --- Yes, this is something we truly need. Most JSP template engines nowadays support rendering views with Unicode. However, JSP EL does not support Unicode. Please include at least support for Kore

[Bug 69521] Supporting for Korean Characters.

2025-01-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69521 --- Comment #3 from Remy Maucherat --- https://github.com/apache/tomcat/blob/main/java/org/apache/el/parser/ELParser.jjt#L559 does not include all the ranges in the world. Do we really really need this ? -- You are receiving this mail becaus

[Bug 69521] Supporting for Korean Characters.

2025-01-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69521 --- Comment #2 from ritchie@gmail.com --- Try to input these each value in any jsp file. - Korean characters : ${거리} - Japanese characters : ${ストリート} - Chainese characters : ${距离} Thanks. -- You are receiving this mail because: You are t

[Bug 69521] Supporting for Korean Characters.

2025-01-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69521 Mark Thomas changed: What|Removed |Added OS||All --- Comment #1 from Mark Thomas ---