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

Commit 961cf73

Browse files
author
Eduardo Fullea
committed
explaining how text encoding is indicated #68
1 parent 67af5c1 commit 961cf73

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
@@ -1133,8 +1133,12 @@ <h3>Steps</h3>
11331133
<li>For each of the media files attached to the received MMS message add a
11341134
new item to the <code>attachments</code> array with:
11351135
<ol>
1136-
<li>A new <code>Blob</code> object including the media type and the
1137-
actual content of the attachment.
1136+
<li>A new <code>Blob</code> object including the actual content
1137+
of the attachment, the media type and the encoding. The encoding
1138+
is indicated in the <code>type</code> attribute of the
1139+
<code>Blob</code> object by means of appending a
1140+
<code>charset</code> parameter after the media type as
1141+
explained in [[!HTTP11]], e.g. "text/plain; charset=utf-8".
11381142
<li>The <code>contentID</code> attribute filled with the Content-ID used
11391143
to reference this attachment from the SMIL object in the incoming MMS
11401144
message [[!MMS13]], if present.
@@ -1521,8 +1525,7 @@ <h2><a>MmsAttachment</a> Dictionary</h2>
15211525
</dd>
15221526
<dt>Blob content</dt>
15231527
<dd>
1524-
The Blob object containing the media type and the binary content of the
1525-
attachment.
1528+
The Blob object containing the media type and the content of the attachment.
15261529
</dd>
15271530
</dl>
15281531
</section>

0 commit comments

Comments
 (0)