Description
At the moment, xml2rfc always use the uppercase for initials when initials are derived from the fullname attribute.1
But when initials and surname is provided, xml2rfc doesn't change the case.
Examples:
<author fullname="jane Doe"></author>
generates: J. Doe
<author fullname="jane doe"></author>
generates: J. doe
<author fullname="jane doe" initials="j" surname="doe"></author>
generates: j. doe
In the case of single letter names, both
<author fullname="j doe" surname="doe"></author>
and
<author fullname="j doe"></author>
generates: J doe
Code of Conduct
Description
At the moment,
xml2rfcalways use the uppercase for initials when initials are derived from thefullnameattribute.1But when
initialsandsurnameis provided,xml2rfcdoesn't change the case.Examples:
generates: J. Doe
generates: J. doe
generates: j. doe
In the case of single letter names, both
and
generates: J doe
Code of Conduct
Footnotes
https://github.com/ietf-tools/xml2rfc/blob/main/xml2rfc/util/name.py#L40 ↩