Instance Property インスタンスプロパティ

characterEncoding

Sets the character encoding of the receiver to encoding, レシーバの文字エンコーディングをencodingに設定します。

Declaration 宣言

var characterEncoding: String? { get set }

Parameters パラメータ

encoding

A string that specifies an encoding; it must match the name of an IANA character set. See http://www.iana.org/assignments/character-sets for a list of valid encoding specifiers. 符号化を指定するある文字列;それはIANA文字集合の名前と一致しなければなりません。http://www.iana.org/assignments/character-setsを有効な符号化指定子の一覧として見てください。

Discussion 議論

Typically the encoding is specified in the XML declaration of a document that is processed, but it can be set at any time. If the specified encoding does not match the actual encoding, parsing of the document might fail. 概して符号化は、処理される書類のXML宣言において指定されます、しかしそれはいつでも設定されることが可能です。指定された符号化が実際の符号化と一致しないならば、書類の構文解析は失敗するかもしれません。

See Also 参照

Managing Document Attributes 文書属性を管理する