Skip to content

Commit

Permalink
clarify comma escaping for comman separated values
Browse files Browse the repository at this point in the history
  • Loading branch information
xcolwell committed Apr 13, 2024
1 parent 13b6700 commit cb81527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-colwell-privacy-txt.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ This file format proposes two fields for the privacy policy. One or both can be

`Entity: NAME,COUNTRY_CODE`

The entity issuing the privacy policy. The country code should follow 2-letter ISO 3166-1.
The entity issuing the privacy policy. A name that contains a comma should escape the comma as `\,`. The country code should follow 2-letter ISO 3166-1.

`Privacy-policy-text: URL`

Expand Down

0 comments on commit cb81527

Please sign in to comment.