Handbook
Glossary
decode-text ( string -- string' )
Vocabulary
id3
.
private
Inputs
string
an
object
Outputs
string'
an
object
Definition
USING:
io.encodings.ascii
io.encodings.string
io.encodings.utf16
kernel
sequences
;
IN:
id3.private
:
decode-text
( string -- string' )
dup
2
index-or-length
head
{
{
255 254
}
{
254 255
}
}
member?
utf16
ascii
?
decode
;