Rev 78769 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
_J_o_h_n_s_o_n & _J_o_h_n_s_o_n, $ _ ### ^ ~_D_e_s_c_r_i_p_t_i_o_n:This is the description_A_r_g_u_m_e_n_t_s:foo: item 1bar: space, the item 2bah: newline, then item 3_D_e_t_a_i_l_s:R R \R alphabetaGammaIn code, all that needs to be escaped is percent, backslash andunpaired braces: '% \ {'. Unescaped: '$ # _ ^ ~ < > |', and as apair, '{...}'. If we escape: ' \_ \# \$ \& { } \ ' And somebackslashes: '\ \ \\ \\' should give one, one, two, twobackslashes.How about \ (that is backslash space) in text?Elsewhere, { } % \ need to be escaped, but not $ # _ ^ ~ < > | .Let's try that again in '\samp': ' { } % \ $ # _ ^ ~ < > |'. Andif we do escape: \$ \# \_ , and with three backslashes, \\#.a < b > c | d, x^y\$k > \#k, x_y, x\_ygroup-weighting from $[N_iP_i(1-P_i)]$% a\\% c{\{_U_R_L_s _a_n_d _e_m_a_i_l_s:URLs need to be verbatim: <testit%20~%5E_$#%3C%3E%7C>.Markus Kuhn, "ASCII and Unicode quotation marks".<http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html>No escape is needed in <mailto:Micah_Altman@harvard.edu>_E_x_a_m_p_l_e_s:"\\r\\n"