(Created page with "Category:Advanced tab The '''Conversions''' drop down in the Advanced tab offers the following conversion options related to [https://en.wikiped...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Advanced tab]] | [[Category:Advanced tab]] | ||
− | The '''Conversions''' drop down in the [[:Category:Advanced tab|Advanced tab]] offers the following conversion options related to [https://en.wikipedia.org/wiki/Line_terminator line terminators]. | + | The '''Conversions''' drop down in the [[:Category:Advanced tab|Advanced tab]] offers the following conversion options related to [https://en.wikipedia.org/wiki/Line_terminator line terminators] for the active file. |
{| | {| | ||
Line 18: | Line 18: | ||
<div class="idm-see-also"> | <div class="idm-see-also"> | ||
See also: | See also: | ||
− | * [[Settings:File handling:Unix | + | * [[Settings:File handling:DOS/Unix/Mac handling|Settings » File handling » DOS/Unix/Mac handling]] |
</div> | </div> |
The Conversions drop down in the Advanced tab offers the following conversion options related to line terminators for the active file.
Conversion | Description |
---|---|
Unix / Mac (legacy) to DOS | Converts all occurrences of Unix line terminators (hex LF, or 0A), and all occurrences of Mac (legacy) line terminators (hex CR, or 0D) with Windows / DOS style line terminators (hex 0D 0A, or CR/LF). |
DOS to Mac (legacy) | Converts all occurrences of DOS style line terminators to Mac (legacy) line terminators. |
DOS to Unix | Converts all occurrences of DOS style line terminators to Unix line terminators. |