How can I use international characters in JEXL expressions? For example: myvar == 'Użytkownik' (string constant contains Polish 'z' with dot)
I get the following exception: org.apache.commons.jexl.parser.TokenMgrError: Lexical error at line 1, column 17. Encountered: "\u0139" (313), after : "\'U" -- View this message in context: http://www.nabble.com/International-characters-in-JEXL-tf2124332.html#a5860795 Sent from the Commons - User forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
