Enumeration
UnicodeDecodingResult
The result of one Unicode decoding step.
ひとつのユニコード復号化処理の結果。
Technology
- Swift Standard Library
Swift標準ライブラリ
Declaration
宣言
@frozen enum UnicodeDecodingResult
Overview
概要
Each UnicodeDecodingResult
instance can represent a Unicode scalar value, an indication that no more Unicode scalars are available, or an indication of a decoding error.
各UnicodeDecodingResult
インスタンスは、ユニコードスカラー値、これ以上利用可能なユニコードスカラーがないしるし、またはデコードエラーのしるしとして表されることができます。
Topics
話題
Enumeration Cases
列挙ケース
case emptyInput
An indication that no more Unicode scalars are available in the input.
この入力の中にこれ以上利用可能なユニコードスカラーがないしるし。
case error
An indication of a decoding error.
デコードエラーのしるし。
See Also
参照
Unicode Codecs
ユニコードコーデック
protocol UnicodeCodec
A Unicode encoding form that translates between Unicode scalar values and form-specific code units.
あるユニコード符号化形式、それはユニコードスカラー値と形式特有のコード単位の間で翻訳します。