Xamarin-5116: Fix pasting of text with upper-ASCII chars
authorEberhard Beilharz <eb1@sil.org>
Wed, 16 May 2012 10:49:16 +0000 (12:49 +0200)
committerEberhard Beilharz <eb1@sil.org>
Mon, 21 May 2012 08:10:47 +0000 (10:10 +0200)
commit9cba04089522361d0175c8313e915c68fef37924
tree577f4fd707d1b75f745fd24dadf57b117ef1884d
parent5a349bae393347c099dcc8fde2ec2b7ec1dcad6e
Xamarin-5116: Fix pasting of text with upper-ASCII chars

Text copied to the clipboard by another app may contain
text in Latin-1 with upper-ASCII characters instead of
the UTF-8 encoding we expect.

Also fixed problem unescaping characters when they are
followed by more text.

Change-Id: Ib8d746d42c1d34dccf8ddbf8db28e1515952fe05
mcs/class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs