comparison src/util.h @ 8735:92cbf9713795

[gaim-migrate @ 9490] Patch by Jonathan Champ to corect the vairous speling mistakes we hav e in the coments and documentaion. Thansk Jonathan! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 21 Apr 2004 01:34:26 +0000
parents ddd2bf87fe8d
children b540c735a6ad
comparison
equal deleted inserted replaced
8734:407c122d6191 8735:92cbf9713795
125 * contain any number of sections called "encoded-words." The format 125 * contain any number of sections called "encoded-words." The format
126 * of an encoded word is =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= 126 * of an encoded word is =?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?=
127 * =? designates the beginning of the encoded-word 127 * =? designates the beginning of the encoded-word
128 * ?= designates the end of the encoded-word 128 * ?= designates the end of the encoded-word
129 * ? segments the encoded word into three pieces. The first piece is 129 * ? segments the encoded word into three pieces. The first piece is
130 * the character set, the second peice is the encoding, and the 130 * the character set, the second piece is the encoding, and the
131 * third piece is the encoded text. 131 * third piece is the encoded text.
132 * 132 *
133 * @param str The string to convert back. 133 * @param str The string to convert back.
134 * 134 *
135 * @return The readble string. 135 * @return The readable string.
136 */ 136 */
137 char *gaim_mime_decode_field (const char *str); 137 char *gaim_mime_decode_field (const char *str);
138 138
139 /*@}*/ 139 /*@}*/
140 140