This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients flox, lemburg, michael.foord
Date 2010-01-10.18:04:59
SpamBayes Score 5.0730537e-06
Marked as misclassified No
Message-id <4B4A16CA.1080005@egenix.com>
In-reply-to <1263119305.98.0.326287465797.issue7643@psf.upfronthosting.co.za>
Content
Florent Xicluna wrote:
> 
> Florent Xicluna <laxyf@yahoo.fr> added the comment:
> 
> I don't know what to do about this:
> 
>>  - FS, GS, RS are combined marks (CM): “Prohibit a line break between
>>    the character and the preceding character”
> 
> I know they are not commonly used. So we can keep them as line breaks.
> But if we comply strictly with UAX 14 we do not consider them as line breaks.

Right. The only update we'd have to do is add FF and VT.

I am a little worried about the possible breakage this may cause,
though. E.g. if you look at a file with FFs in Emacs, the FFs don't
show up as line breaks. FFs in CSV files are currently also not regarded
as line breaks and thus don't need to be placed in quotes.

VTs are probably a non-issue, since they are not in common use.
History
Date User Action Args
2010-01-10 18:05:01lemburgsetrecipients: + lemburg, michael.foord, flox
2010-01-10 18:05:00lemburglinkissue7643 messages
2010-01-10 18:04:59lemburgcreate