ISSUE-185: Line terminator assumptions
Line terminator assumptions
- State:
- CLOSED
- Product:
- turtle
- Raised by:
- Addison Phillips
- Opened on:
- 2012-09-07
- Description:
- 8. Section 3. The reference to #xA; is making some assumptions about line terminators
Don't make assumptions about line terminator characters. You should either define the line termination scheme explicitly or you should allow for platform dependent line terminators.
An example of two identical triples containing literal objects containing newlines, written in plain and long literal forms. Assumes that line feeds in this document are #xA. (example3.ttl)
- Related Actions Items:
- No related actions
- Related emails:
- Review of track issues for best practices (Part VI) (from addison@lab126.com on 2015-04-17)
- Proposal to address I18N-ISSUE-185: Line terminator assumptions (from eric@w3.org on 2012-10-03)
- I18N-ISSUE-185: Line terminator assumptions [TURTLE] (from sysbot+tracker@w3.org on 2012-09-07)
Related notes:
We also had this comment:
11. Section 6.2. Says in part this: "continue to the end of line (marked by characters U+000D or U+000A)" which again makes assumptions about line terminators. Should there be a rule for line termination? Such as this? http://ecma-international.org/ecma-262/5.1/#sec-7.3
Display change log