ietf-tools / datatracker

The day-to-day front-end to the IETF database for people who work on IETF standards.
https://datatracker.ietf.org
BSD 3-Clause "New" or "Revised" License
599 stars 364 forks source link

Preserve non-ascii-compatible range utf8 in document titles for citations #5022

Open rjsparks opened 1 year ago

rjsparks commented 1 year ago

See https://notes.ietf.org/rpat-20230123#handling-of-non-ASCII-symbols-in-titles-of-documents.

The reference should use whatever the draft used in its title, and not downgrade it to an ascii-compatible-range equivalent

larseggert commented 1 year ago

I tried to debug this, but when I resubmitted a faked -07 of this doc, the resulting bibxml has the correct title.

I think this was only submitted as plaintext, and the secretariat may have manually adjusted the title? The document title on https://datatracker.ietf.org/doc/draft-briscoe-docsis-q-protection/ also has the (r)...

rjsparks commented 1 year ago

That's the issue. Right now, the bibxml at https://datatracker.ietf.org/doc/bibxml3/reference.I-D.briscoe-docsis-q-protection.xml contains <title>The DOCSIS(r) Queue Protection Algorithm to Preserve Low Latency</title>

Given what was submitted in the current version of the doc (the policy around whether what that doc contains is right or not is not what this issue is about), It should contain <title>The DOCSIS® Queue Protection Algorithm to Preserve Low Latency</title>