You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*
* This String -> byte[] conversion is needed because java.util.Properties
* did not allow using a java.io.Reader for loading properties until Java 6.
*/
final byte[] valueAsBytes = fieldValue.getBytes("ISO-8859-1");
final ByteArrayInputStream inputStream = new ByteArrayInputStream(valueAsBytes);
Why utf8 encoding is not supported?
My JDK version is 1.8
The text was updated successfully, but these errors were encountered:
%CONTEXT
onevar = '商品'
goods = #{'title': '电脑主机', 'price': 1000}
%MESSAGES
msg = '商品'
DefaultContextStandardTestFieldEvaluator.getValue
Why utf8 encoding is not supported?
My JDK version is 1.8
The text was updated successfully, but these errors were encountered: