UTF-7
From Just Solve the File Format Problem
(Difference between revisions)
(infobox) |
(Category:Transfer Encodings) |
||
Line 5: | Line 5: | ||
'''UTF-7''' is a 7-bit encoding of Unicode which is intended for use in transports (e.g., some email gateways) that cannot safely transfer character codes with the high bit set (0X80 through 0XFF). It is compatible with ASCII except that the character "+" is used as a shift code. | '''UTF-7''' is a 7-bit encoding of Unicode which is intended for use in transports (e.g., some email gateways) that cannot safely transfer character codes with the high bit set (0X80 through 0XFF). It is compatible with ASCII except that the character "+" is used as a shift code. | ||
− | [http://www.rfc-ref.org/RFC-TEXTS/2152/chapter4.html UTF-7 definition] | + | == Links == |
+ | * [http://www.rfc-ref.org/RFC-TEXTS/2152/chapter4.html UTF-7 definition] | ||
+ | |||
+ | [[Category:Transfer Encodings]] |
Revision as of 22:51, 24 August 2014
UTF-7 is a 7-bit encoding of Unicode which is intended for use in transports (e.g., some email gateways) that cannot safely transfer character codes with the high bit set (0X80 through 0XFF). It is compatible with ASCII except that the character "+" is used as a shift code.