This probably was discussed somewhere in teh forum but i fail searching for it (CR, LF, 13, 10 etc short words get dropped). And i totally cannot find it in RTFM.
Some metadata texts (description, shortDescription etc) support new line characters - in the sense of forcing component to display rest of text on a new line. What should i use? Is there a consistent policy on that, as in:
- Should use CR (\x0D)
- Should use LF (\x0A)
- Use either
- Use combination of both (CR+LF, LF+CR)