Is it possible to expect line breaks in text fields to become one of the general line break conventions or depends on the user OS?
ie: CR or CR + LF or LF
The HTML 4.01 specification states that line breaks are represented as CR LF pairs.
it depends on the language. usually in .NET you would use
Environment.NewLine
in javascript this will be "/ n"
in VbScript you can use "vbNewLine"
Source: https://habr.com/ru/post/1710174/More articles:What is the best way to smudge an image programmatically? - imageDuplicate variables in JavaScript - javascriptDoes anyone know a mouse trick / alternative that runs when scrolling with the keyboard - javascriptIs there a standard class for events in Java? - javaWhy do NSString comparisons: return NSOrderedSame when the strings are different? - objective-cExport Gridview to Excel in a web application - exportSVN - software for creating graphs, statistics and cute images regarding the evolution of the system - svnMaking DDE calls with Java - javadefault choice for list? - vb.netXSD file extension - xmlAll Articles