On Mon, 2 May 2022 at 18:31, Stefan Ram <r...@zedat.fu-berlin.de> wrote:
>
> |The Unicode standard defines a number of characters that
> |conforming applications should recognize as line terminators:[7]
> |
> |LF:    Line Feed, U+000A
> |VT:    Vertical Tab, U+000B
> |FF:    Form Feed, U+000C
> |CR:    Carriage Return, U+000D
> |CR+LF: CR (U+000D) followed by LF (U+000A)
> |NEL:   Next Line, U+0085
> |LS:    Line Separator, U+2028
> |PS:    Paragraph Separator, U+2029
> |
> Wikipedia "Newline".

Should I suppose that other encodings may have more line ending chars?
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to