On Thu, Sep 11, 2008 at 11:46 AM, Edward K. Ream <[EMAIL PROTECTED]> wrote:

> The actual contents of the file are:
>
> # -*- coding: utf-8 -*-
>
> s = 'abc'.replace(u'" "', '" "')

The chars got munged. The first string should have the following characters:

U+201C: left double quotation mark
U+201D: right double quotation mark

Edward

--------------------------------------------------------------------
Edward K. Ream email: [EMAIL PROTECTED]
Leo: http://webpages.charter.net/edreamleo/front.html
--------------------------------------------------------------------
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to