Class RFC2231UtilityTestCase

java.lang.Object
org.apache.commons.fileupload2.core.RFC2231UtilityTestCase

public final class RFC2231UtilityTestCase extends Object
The expected characters are encoded in UTF16, while the actual characters may be encoded in UTF-8/ISO-8859-1 RFC 5987 recommends to support both UTF-8 and ISO 8859-1. Test values are taken from https://tools.ietf.org/html/rfc5987#section-3.2.2