[{"author": "Jonathan Hoyland", "text": "<p>Using unicode for e.g. double struck letters would be really useful, but not obvious that it's allowed under the RFC 7997  rules.</p>", "time": "2023-07-25T22:09:19Z"}, {"author": "Phillip Hallam-Baker", "text": "<p>Well people can try using mathematical symbols in specs but the current ietf tooling doesn't support it.</p>", "time": "2023-07-25T22:09:38Z"}, {"author": "Daniel Gillmor", "text": "<p>The IETF tooling does indeed support it.  It works in HTML and PDF.</p>", "time": "2023-07-25T22:11:14Z"}, {"author": "Daniel Gillmor", "text": "<p>And, you can produce .txt formats that use unicode, encoded in UTF-8.  We need to just accept it and do it.</p>", "time": "2023-07-25T22:11:50Z"}, {"author": "Thom Wiggers", "text": "<p>(aside from notation etc, it would also be nice to those of us who do not have ASCII names)</p>", "time": "2023-07-25T22:12:35Z"}, {"author": "Jonathan Hoyland", "text": "<p>Yeah, the <code>.txt</code> versions of things weirdly seem to work for names, but not for generic text in the document.</p>", "time": "2023-07-25T22:12:38Z"}, {"author": "Watson Ladd", "text": "<p>Math typesetting has its own issues. We need to go to that wg for this</p>", "time": "2023-07-25T22:12:41Z"}, {"author": "Daniel Gillmor", "text": "<p>it also works for text in the document:   <a href=\"https://www.ietf.org/archive/id/draft-ietf-lamps-e2e-mail-guidance-10.txt\">https://www.ietf.org/archive/id/draft-ietf-lamps-e2e-mail-guidance-10.txt</a> contains \u21a7 and \u21e9 and unicode BOX DRAWINGS with no problems.</p>", "time": "2023-07-25T22:13:26Z"}, {"author": "Jonathan Hoyland", "text": "<p>Weird, I guess I need to update my local tools then?</p>", "time": "2023-07-25T22:13:58Z"}, {"author": "Daniel Gillmor", "text": "<p>I agree that more complex math typesetting (the stuff you'd want to use TeX for) just won't work in .txt</p>", "time": "2023-07-25T22:14:06Z"}, {"author": "Phillip Hallam-Baker", "text": "<p>The current tooling supports some unicode pages but not others and does not document what is supported. Thus one of my drafts says: As the Russian proverb goes: ???????, ?? ????????:</p>", "time": "2023-07-25T22:15:46Z"}, {"author": "Daniel Gillmor", "text": "<p><span class=\"user-mention\" data-user-id=\"677\">@Phillip Hallam-Baker</span> can you point me to the source for the draft in question?  i'd like to be able to replicate the problem.</p>", "time": "2023-07-25T22:16:22Z"}, {"author": "Phillip Hallam-Baker", "text": "<p>@dan <a href=\"https://www.ietf.org/archive/id/draft-hallambaker-mesh-architecture-19.html\">https://www.ietf.org/archive/id/draft-hallambaker-mesh-architecture-19.html</a></p>", "time": "2023-07-25T22:17:12Z"}, {"author": "Phillip Hallam-Baker", "text": "<p>just replace with xml...</p>", "time": "2023-07-25T22:17:19Z"}, {"author": "Phillip Hallam-Baker", "text": "<p>Oh and they also damage the xml</p>", "time": "2023-07-25T22:18:52Z"}, {"author": "Jonathan Hoyland", "text": "<p><span class=\"user-mention\" data-user-id=\"677\">@Phillip Hallam-Baker</span> The PDF version of that looks broken too.</p>", "time": "2023-07-25T22:20:30Z"}, {"author": "Phillip Hallam-Baker", "text": "<p>Now I remember getting the xml rejected.</p>", "time": "2023-07-25T22:22:19Z"}, {"author": "Phillip Hallam-Baker", "text": "<p>The tooling might have changed after Henryk stoped being responsible</p>", "time": "2023-07-25T22:22:40Z"}, {"author": "Daniel Gillmor", "text": "<p>speaking of \"trust, but verify\": <a href=\"https://datatracker.ietf.org/doc/draft-dkg-rfcediting-non-ascii-ietf-tooling/\">https://datatracker.ietf.org/doc/draft-dkg-rfcediting-non-ascii-ietf-tooling/</a>  it works fine.</p>", "time": "2023-07-25T22:23:00Z"}, {"author": "Phillip Hallam-Baker", "text": "<p>Will check the original</p>", "time": "2023-07-25T22:23:01Z"}, {"author": "Kris Kwiatkowski", "text": "<p>I'm happy to review LMS RFC also</p>", "time": "2023-07-25T22:29:02Z"}, {"author": "Kris Kwiatkowski", "text": "<p>*draft...</p>", "time": "2023-07-25T22:29:30Z"}, {"author": "Phillip Hallam-Baker", "text": "<p>OK, the draft now comes up with a warning if the</p>", "time": "2023-07-25T22:30:52Z"}, {"author": "Phillip Hallam-Baker", "text": "<p>cyrilic is in</p>", "time": "2023-07-25T22:30:57Z"}, {"author": "Phillip Hallam-Baker", "text": "<p>used to be an error</p>", "time": "2023-07-25T22:31:01Z"}, {"author": "Daniel Gillmor", "text": "<p>good.  it works, and the warning is just that people who don't understand UTF-8 won't be able to understand the text/plain form of the document.  That is a fine warning to ignore, in 2023.  So, no more FUD about how we can't use unicode, please!  Just forge ahead.</p>", "time": "2023-07-25T22:32:16Z"}, {"author": "Daniel Gillmor", "text": "<p><em>especially</em> for documents whose target audience is other specification writers. If an author of a cutting-edge specification doesn't have tooling to read UTF-8, something is seriously wrong.</p>", "time": "2023-07-25T22:37:59Z"}, {"author": "Phillip Hallam-Baker", "text": "<p>DKG, preaching to the choir there. I would happily kill the plaintext RFCs entirely</p>", "time": "2023-07-25T22:38:40Z"}, {"author": "Phillip Hallam-Baker", "text": "<p>The plaintext versions of my drafts lack the diagrams.</p>", "time": "2023-07-25T22:39:37Z"}, {"author": "Daniel Gillmor", "text": "<p>might want to look at the <a href=\"https://github.com/martinthomson/aasvg\">aasvg</a> tooling that MT is maintaining.</p>", "time": "2023-07-25T22:40:28Z"}, {"author": "Daniel Gillmor", "text": "<p>He's pretty open to suggestions if you have a use case that isn't well-supported.</p>", "time": "2023-07-25T22:40:50Z"}, {"author": "Phillip Hallam-Baker", "text": "<p>I am waiting to see what the RFC Interest group decides on SVG before changing.</p>", "time": "2023-07-25T22:41:30Z"}, {"author": "Phillip Hallam-Baker", "text": "<p>Using GOATIFY right now</p>", "time": "2023-07-25T22:41:51Z"}, {"author": "Nicola Tuveri", "text": "<p><span class=\"user-mention silent\" data-user-id=\"677\">Phillip Hallam-Baker</span> <a href=\"#narrow/stream/267-cfrg/topic/ietf-117/near/81695\">said</a>:</p>\n<blockquote>\n<p>Using GOATIFY right now</p>\n</blockquote>\n<p>can you point to a URL for GOATIFY?</p>", "time": "2023-07-25T22:44:55Z"}, {"author": "Martin Thomson", "text": "<p>aasvg is what I recommend to people (not because I built it): <a href=\"https://github.com/martinthomson/aasvg\">https://github.com/martinthomson/aasvg</a> (which I see that dkg already mentioned)</p>", "time": "2023-07-25T22:45:46Z"}, {"author": "Phillip Hallam-Baker", "text": "<p>@nicola <a href=\"https://github.com/bep/goat\">https://github.com/bep/goat</a></p>", "time": "2023-07-25T22:46:16Z"}, {"author": "Phillip Hallam-Baker", "text": "<p>But I have some edits to pass the stupid RFC restrictions</p>", "time": "2023-07-25T22:46:34Z"}, {"author": "Phillip Hallam-Baker", "text": "<p>I will check out Martin's because I had to make some changes to the GOAT output</p>", "time": "2023-07-25T22:47:55Z"}, {"author": "Nicola Tuveri", "text": "<p>Do you have suggestions on tooling to author new ASCII diagrams?</p>", "time": "2023-07-25T22:49:07Z"}, {"author": "Randy Bush", "text": "<p><code>protocol</code><br>\nand, on mac, MonoDraw</p>", "time": "2023-07-25T22:49:44Z"}, {"author": "Daniel Gillmor", "text": "<p>if you don't mind using a webapp, <a href=\"https://asciiflow.com/\">https://asciiflow.com/</a> isn't bad (you can also run it locally)</p>", "time": "2023-07-25T22:49:59Z"}, {"author": "Daniel Gillmor", "text": "<p>(developed at <a href=\"https://github.com/lewish/asciiflow\">https://github.com/lewish/asciiflow</a> )</p>", "time": "2023-07-25T22:50:17Z"}, {"author": "Nicola Tuveri", "text": "<p><span class=\"user-mention silent\" data-user-id=\"387\">Randy Bush</span> <a href=\"#narrow/stream/267-cfrg/topic/ietf-117/near/81727\">said</a>:</p>\n<blockquote>\n<p><code>protocol</code><br>\nand, on mac, MonoDraw</p>\n</blockquote>\n<p>A URL for <code>protocol</code>?</p>", "time": "2023-07-25T22:51:11Z"}, {"author": "Daniel Gillmor", "text": "<p><a href=\"https://github.com/luismartingarcia/protocol\">https://github.com/luismartingarcia/protocol</a></p>", "time": "2023-07-25T22:51:35Z"}, {"author": "Daniel Gillmor", "text": "<p>it's only good for a very specific subset of diagrams</p>", "time": "2023-07-25T22:52:03Z"}, {"author": "Randy Bush", "text": "<p>packet porn</p>", "time": "2023-07-25T22:52:15Z"}, {"author": "Daniel Gillmor", "text": "<p><span class=\"user-mention\" data-user-id=\"3102\">@Nicola Tuveri</span> see also <a href=\"https://textik.com/\">https://textik.com/</a> (<a href=\"https://github.com/astashov/tixi\">https://github.com/astashov/tixi</a>)</p>", "time": "2023-07-25T22:56:11Z"}, {"author": "Phillip Hallam-Baker", "text": "<p>@Nicola, like an intern?</p>", "time": "2023-07-25T23:02:28Z"}, {"author": "Martin Thomson", "text": "<p>(deleted)</p>", "time": "2023-07-25T23:09:12Z"}, {"author": "Phillip Hallam-Baker", "text": "<p>@Martin, are you arguing against gratuitous use of cryptography?</p>", "time": "2023-07-25T23:13:01Z"}, {"author": "Martin Thomson", "text": "<p><span class=\"user-mention\" data-user-id=\"677\">@Phillip Hallam-Baker</span> that too :)</p>", "time": "2023-07-25T23:14:19Z"}, {"author": "Phillip Hallam-Baker", "text": "<p>@martin, spoilsport</p>", "time": "2023-07-25T23:14:42Z"}, {"author": "Frank Denis", "text": "<p>I'm here for AEGIS !</p>", "time": "2023-07-25T23:27:27Z"}]