SpEL cannot handle 'é'?
问题 I'm a french so I put some é è ê ô û in my code. (and I don't speek english very well). I've a method like that in a class Formulaires : public static Formulaire exposé() And in a config spring xml file, I try : <entry key="intro" value="#{T(com.myproject.Formulaires).exposé()}"/> But Spring says : Caused by: java.lang.IllegalStateException: Cannot handle (233) 'é' at org.springframework.expression.spel.standard.Tokenizer.process(Tokenizer.java:193) at org.springframework.expression.spel