File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3885,17 +3885,17 @@ <h3>Parsing content</h3>
3885
3885
Let |language:string| be the result of running < a > ASCII decode</ a >
3886
3886
on second < a > byte</ a > to the |languageLength| + `1` byte, inclusive.
3887
3887
</ li >
3888
+ < li >
3889
+ Let |buffer:byte sequence| be the < a > byte sequence</ a > of the rest of the
3890
+ |ndefRecords|'s < a > PAYLOAD field</ a > (excluding |header| and |languageLength| number of bytes).
3891
+ </ li >
3888
3892
< li >
3889
3893
Set |record|'s < a > lang</ a > to |language|.
3890
3894
</ li >
3891
3895
< li >
3892
3896
Set |record|'s < a > encoding</ a > be "`utf-8`" if bit `7` ([=MB field=]) of
3893
3897
|header| is equal to the value `0`, or else "`utf-16be`".
3894
3898
</ li >
3895
- < li >
3896
- Let |buffer:byte sequence| be the < a > byte sequence</ a > of
3897
- |ndefRecords|'s < a > PAYLOAD field</ a > .
3898
- </ li >
3899
3899
< li >
3900
3900
Set |record|'s < a > data</ a > to |buffer|.
3901
3901
</ li >
You can’t perform that action at this time.
0 commit comments