Does the character 96 HEX have any special meaning in internet protocols/formats?
Asked Answered
B

2

5

sorry for the vague subject, the issue is such:

I create an event with invitees in google calendar; on the receiving side an email arrives as multipart, which, in its text/html block, has the following text (quoted-prinatble encoded)

Wed Jun 9 1pm =96 2p=
m

I googled for the =96 and can't find anything. (the charset or this block is windows-1252, BTW)

thanks a lot!

Bosomy answered 9/6, 2010 at 11:53 Comment(0)
S
7

The Windows-1252 character set shows that the value 0096 is sometimes used as a representation of Unicode 2013, an "en dash". For some reason the table on that Wikipedia page doesn't show 0096 in hex, but does show 150 in decimal for that character.

Soule answered 9/6, 2010 at 11:59 Comment(0)
M
1

It doesn't have any special meaning, but it has to be escaped when using quoted-printable.

The quoted-printable encoding uses 7-bit characters as medium, so any character above 7F has to be escaped.

Maxama answered 9/6, 2010 at 12:10 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.