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:
  1. Review of Track Issues for Best Practices (Part VII) (from addison@lab126.com on 2015-05-28)
  2. Proposal to address I18N-ISSUE-191: Various nits in Appendix B (from eric@w3.org on 2012-10-02)
  3. Re: I18N-ISSUE-191: Various nits in Appendix B [TURTLE] (from duerst@it.aoyama.ac.jp on 2012-09-08)
  4. Re: I18N-ISSUE-187: escape syntax [TURTLE] (from richard@cyganiak.de on 2012-09-07)
  5. Re: I18N-ISSUE-187: escape syntax [TURTLE] (from cowan@mercury.ccil.org on 2012-09-07)
  6. Re: I18N-ISSUE-187: escape syntax [TURTLE] (from eric@w3.org on 2012-09-07)
  7. 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 ATOM feed


Addison Phillips <addisonI18N@gmail.com>, Chair, Richard Ishida <ishida@w3.org>, Bert Bos <bert@w3.org>, Fuqiao Xue <xfq@w3.org>, Atsushi Shimono <atsushi@w3.org>, Staff Contacts
Tracker: documentation, (configuration for this group), originally developed by Dean Jackson, is developed and maintained by the Systems Team <w3t-sys@w3.org>.
$Id: 191.html,v 1.1 2023/07/19 12:02:00 carcone Exp $