From: Roberto E. Vargas Caballero Date: Sun, 15 Mar 2015 18:07:46 +0000 (+0000) Subject: Support XA_STRING in notify request X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/86d1e432a823dad7bb64808b8192014fddc8cd9f?hp=86d1e432a823dad7bb64808b8192014fddc8cd9f Support XA_STRING in notify request Some programs can only deal with XA_STRING, and it makes impossible st be able of copying to them. This patch makes st answer also to XA_STRING, althought it sends utf8 strings. It is not a problem because moderm applications must support utf8. ---