On 26 October 2016 at 00:53, Mikhail V <mikhail...@gmail.com> wrote:
> On 25 October 2016 at 23:50, Chris Barker <chris.bar...@noaa.gov> wrote:
>
>>that was kind of a throwaway comment,
>>but I think it's a LONG way out, but ideally,
>>the OWTDI would be "curly quotes". The fact that in ASCII,
>>a single quote and a apostrophe are teh same,
>>and that there is no distinction between opening
>>and closing quotes is unfortunate.
>
> Yes from readability POV, curly quotes would make
> sense, and better than many other options, eg. «these».
> Also from POV of parser this could be
> beneficial to have opening/closing char (or not?).
> This only means that those chars should be in
> ASCII ideally. Which is not the case.
> And IMO not that now code should allow
> all characters.
>
> Mikhail

Extended ASCII

145    ‘    &#145;    &lsquo;    Left single quotation mark
146    ’    &#146;    &rsquo;    Right single quotation mark
147    “    &#147;    &ldquo;    Left double quotation mark
148    ”    &#148;    &rdquo;    Right double quotation mark
149    •    &#149;    &bull;    Bullet
150    –    &#150;    &ndash;    En dash
151    —    &#151;    &mdash;    Em dash
152    ˜    &#152;    &tilde;    Small tilde

So we all must repent now and get back to 8-bit charcters.
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to