<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 19: Yanking unicode strings</title><link href="https://sourceforge.net/p/python-mode/bugs/19/" rel="alternate"/><link href="https://sourceforge.net/p/python-mode/bugs/19/feed.atom" rel="self"/><id>https://sourceforge.net/p/python-mode/bugs/19/</id><updated>2004-07-15T06:33:41Z</updated><subtitle>Recent changes to 19: Yanking unicode strings</subtitle><entry><title>Yanking unicode strings</title><link href="https://sourceforge.net/p/python-mode/bugs/19/" rel="alternate"/><published>2004-07-15T06:33:41Z</published><updated>2004-07-15T06:33:41Z</updated><author><name>Henrik Ekelund</name><uri>https://sourceforge.net/u/ekelund/</uri></author><id>https://sourceforge.netdecef6fb1075b4e97cc270b0f699f78b25eb61bc</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When yanking unicode strings, the unicode characters&lt;br /&gt;
are almost formated as python expects it but not quite.&lt;br /&gt;
A unicode character is converted to a string such as&lt;br /&gt;
\x{00E5} , but the curly brackets shouldn't be there&lt;br /&gt;
and it should be a u insted of an x. The correct syntax&lt;br /&gt;
is \u00E5 . Is there a way to change this?&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>