[Simple-support] Russian tags
Brought to you by:
niallg
|
From: Алексей К. <_l...@in...> - 2013-01-21 21:04:37
|
It is able to deserealize document with russian tags? I try it with no success in inner tags (with @Element(name="russiantag"), outer tags are recognized with @Root(name="russiantag") or @Element(...) or @ElementList(...) W/System.err(27616): org.simpleframework.xml.core.ValueRequiredException: Unable to satisfy @org.simpleframework.xml.Element(data=false, name=Адрес, required=true, type=class java.lang.String) on field 'clientAddress' public java.lang.String com.example.sxp.IBClient.clientAddress for class com.example.sxp.IBClient at line 6 If i replace russian tags with english - all works ok. |