OutputKeys.Encoding Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
encoding = <var>string</var>.
[Android.Runtime.Register("ENCODING")]
public const string Encoding;
[<Android.Runtime.Register("ENCODING")>]
val mutable Encoding : string
Field Value
- Attributes
Remarks
encoding = <var>string</var>.
encoding
specifies the preferred character encoding that the Transformer should use to encode sequences of characters as sequences of bytes. The value of the encoding property should be treated case-insensitively. The value must only contain characters in the range #x21 to #x7E (i.e., printable ASCII characters). The value should either be a charset
registered with the Internet Assigned Numbers Authority [IANA], [RFC2278] or start with X-
.
Java documentation for javax.xml.transform.OutputKeys.ENCODING
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.