CVS: rdesktop xclip.c,1.13,1.14
Erik Forsberg <[email protected]>
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15460 Modified Files: xclip.c Log Message: Don't advertise UTF8_STRING. Use STRING instead. This gives much better interoperability between MS Word and Star/OpenOffice when it comes to highbit characters (åäö and friends). Index: xclip.c =================================================================== RCS file: /cvsroot/rdesktop/rdesktop/xclip.c,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** xclip.c 15 Feb 2004 21:19:28 -0000 1.13 --- xclip.c 4 Jun 2004 08:42:11 -0000 1.14 *************** *** 381,385 **** targets[0] = targets_atom; targets[1] = XInternAtom(g_display, "TEXT", False); ! targets[2] = XInternAtom(g_display, "UTF8_STRING", False); targets[3] = XInternAtom(g_display, "text/unicode", False); targets[4] = XInternAtom(g_display, "TIMESTAMP", False); --- 381,385 ---- targets[0] = targets_atom; targets[1] = XInternAtom(g_display, "TEXT", False); ! targets[2] = XInternAtom(g_display, "STRING", False); targets[3] = XInternAtom(g_display, "text/unicode", False); targets[4] = XInternAtom(g_display, "TIMESTAMP", False); ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504