ISSUE-191: Various nits in Appendix B
Various nits in Appendix B
- State:
- CLOSED
- Product:
- turtle
- Raised by:
- Addison Phillips
- Opened on:
- 2012-09-07
- Description:
- Appendix B contains this note:
Encoding considerations:
The syntax of Turtle is expressed over code points in Unicode [UNICODE]. The encoding is always UTF-8 [UTF-8].
Unicode code points may also be expressed using an \uXXXX (U+0 to U+FFFF) or \UXXXXXXXX syntax (for U+10000 onwards) where X is a hexadecimal digit [0-9A-Fa-f]
As mentioned in other comments:
- The encoding refers to the serialization of a TURTLE document, not necessarily its in-memory representation (which should just be a sequence of Unicode code points)
- The reference to U+0 should read U+0000
- We recommend a different escape syntax altogether
- We recommend six-digit rather than eight-digit \U representation - Related Actions Items:
- No related actions
- Related emails:
- Review of Track Issues for Best Practices (Part VII) (from addison@lab126.com on 2015-05-28)
- Proposal to address I18N-ISSUE-191: Various nits in Appendix B (from eric@w3.org on 2012-10-02)
- Re: I18N-ISSUE-191: Various nits in Appendix B [TURTLE] (from duerst@it.aoyama.ac.jp on 2012-09-08)
- Re: I18N-ISSUE-187: escape syntax [TURTLE] (from richard@cyganiak.de on 2012-09-07)
- Re: I18N-ISSUE-187: escape syntax [TURTLE] (from cowan@mercury.ccil.org on 2012-09-07)
- Re: I18N-ISSUE-187: escape syntax [TURTLE] (from eric@w3.org on 2012-09-07)
- I18N-ISSUE-191: Various nits in Appendix B [TURTLE] (from sysbot+tracker@w3.org on 2012-09-07)
Related notes:
No additional notes.
Display change log