[pgAdmin III] #13: Pasting from apps on Mac OS X doesn't always work

From: "pgAdmin Trac" <trac(at)code(dot)pgadmin(dot)org>
To:
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: [pgAdmin III] #13: Pasting from apps on Mac OS X doesn't always work
Date: 2009-08-04 08:06:23
Message-ID: 046.b1664f3a3b128e4b0658f3dfa6e0cfdd@code.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

#13: Pasting from apps on Mac OS X doesn't always work
---------------------+------------------------------------------------------
Reporter: dpage | Owner: dpage
Type: bug | Status: new
Priority: minor | Milestone:
Component: pgadmin | Version: trunk
Keywords: | Platform: mac os x
---------------------+------------------------------------------------------
On Mac OS X, data is retrieved from the clipboard as UTF16, which may
include embedded nulls. This can cause the data to be truncated.

Fixed in wxWidgets for 3.x: http://trac.wxwidgets.org/ticket/10902

Thanks to Stephan Jaensch for tracking down the fix.

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/13>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2009-08-04 08:12:46 SVN Commit by guillaume: r8001 - branches/REL-1_10_0_PATCHES/pgadmin3/i18n/zh_CN
Previous Message Quan Zongliang 2009-08-04 03:04:32 Re: Chinese translation fix