Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit f38af54

Browse files
author
Eduardo Fullea
committed
Merge pull request #73 from efullea/encoding
Explaining how text encoding is indicated.- Closes #68
2 parents 44c5859 + 9426631 commit f38af54

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,8 +1136,12 @@ <h3>Steps</h3>
11361136
<li>For each of the media files attached to the received MMS message add a
11371137
new item to the <code>attachments</code> array with:
11381138
<ol>
1139-
<li>A new <code>Blob</code> object including the media type and the
1140-
actual content of the attachment.
1139+
<li>A new <code>Blob</code> object including the actual content
1140+
of the attachment and the media type. The charset encoding
1141+
is indicated as part of the <code>type</code> attribute of the
1142+
<code>Blob</code> object by means of appending a
1143+
<code>charset</code> parameter after the media type as
1144+
explained in [[!RFC2046]], e.g. "text/plain; charset=utf-8".
11411145
<li>The <code>contentID</code> attribute filled with the Content-ID used
11421146
to reference this attachment from the SMIL object in the incoming MMS
11431147
message [[!MMS13]], if present.
@@ -1526,8 +1530,7 @@ <h2><a>MmsAttachment</a> Dictionary</h2>
15261530
</dd>
15271531
<dt>Blob content</dt>
15281532
<dd>
1529-
The Blob object containing the media type and the binary content of the
1530-
attachment.
1533+
The Blob object containing the media type and the content of the attachment.
15311534
</dd>
15321535
</dl>
15331536
</section>

0 commit comments

Comments
 (0)