[Top]
Standards
Standards.ID3
|
Method Standards.ID3.encode_string()
- Method
encode_string
array(string|int) encode_string(string in)
- Description
Encodes the string in to an int-string pair, where the
integer is the encoding mode, according to ID3v2.4.0-structure,
and the string is the encoded string. This function tries to
minimize the size of the encoded string by selecting the most
apropriate encoding method.
- See also
decode_string , encode_strings
|