Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spurious dot/point(.) characters in front of author names on page 1 #189

Closed
ietf-svn-bot opened this issue Jul 15, 2013 · 8 comments
Closed
Labels

Comments

@ietf-svn-bot
Copy link

owner:henrik@levkowetz.com resolution_fixed type_defect | by elwynd@dial.pipex.com


The (online) tool is inserting a dot character followed by a space before each author's name in the header of page 1. Thus:
Network Working Group . Quintin Zhao
^^
Octal dump of start of output:
0000000 \n \n \n \n N e t w o r k W o r k
0000020 i n g G r o u p
0000040
0000060 .
0000100 Q u i n t i n Z h a o \n

This doesn't happen on the old tool:
Network Working Group Quintin Zhao

Source file and output files [(2) from new tool, (3) from old] attached:


Issue migrated from trac:189 at 2022-02-05 12:34:09 +0000

@ietf-svn-bot
Copy link
Author

@elwynd@dial.pipex.com uploaded file draft-zhao-mpls-mldp-protections-04-2013-07-14.xml (37.1 KiB)

Source file demonstrating problem

@ietf-svn-bot
Copy link
Author

@elwynd@dial.pipex.com uploaded file draft-zhao-mpls-mldp-protections-04-2013-07-14(2).txt (39.4 KiB)

Faulty output from new tool

@ietf-svn-bot
Copy link
Author

@elwynd@dial.pipex.com uploaded file draft-zhao-mpls-mldp-protections-04-2013-07-14(3).txt (39.4 KiB)

Correct output from old tool.

@ietf-svn-bot
Copy link
Author

@henrik@levkowetz.com changed priority from medium to minor

@ietf-svn-bot
Copy link
Author

@henrik@levkowetz.com commented


Hmm. Interesting. This seems to be the result of providing an author surname attribute
without providing an initials attribute. It shouldn't behave quite like this, of course,
but I can see how it hasn't been caught by the current test suite. The workaround is
to let the surname attribute be the surname, rather than the full name, and provide the initials attribute:

    <author fullname="Quintin Zhao" initials="Q." surname="Zhao">
      <organization>Huawei Technology</organization>
      <address>
        <postal>
          <street>125 Nagog Technology Park</street>
          <city>Acton</city>
          <region>MA</region>
          <code>01719</code>
          <country>US</country>
        </postal>
        <email>quintin.zhao@huawei.com</email>
      </address>
    </author>
    <author fullname="Tao Chou" initials="T." surname="Chou">
      <organization>Huawei Technology</organization>
      <address>
        <postal>
          <street>156 Beiqing Rd</street>
          <city>Haidian District</city>
          <region>Beijing</region>
          <code>100095</code>
          <country>China</country>
        </postal>
        <email>tao.chou@huawei.com</email>
      </address>
    </author>
    <author fullname="Boris Zhang" initials="B." surname="Zhang">
      <organization>Telus Communications</organization>
      <address>
        <postal>
          <street>200 Consilium Pl Floor 15</street>
          <city>Toronto, ON M1H 3J3</city>
          <country>Canada</country>
        </postal>
        <phone></phone>
        <email>Boris.Zhang@telus.com</email>
      </address>
    </author>
    <author fullname="Emily Chen" initials="E." surname="Chen">
      <organization></organization>
      <address>
        <postal>
          <street>2717 Seville Blvd, Apt 1205</street>
          <city>Clearwater</city>
          <region>FL</region>
          <code>33764</code>
          <country>US</country>
        </postal>
        <email>emily.chen220@gmail.com</email>
      </address>
    </author>

@ietf-svn-bot
Copy link
Author

@tony@att.com changed status from new to closed

@ietf-svn-bot
Copy link
Author

@tony@att.com changed resolution from `` to fixed

@ietf-svn-bot
Copy link
Author

@tony@att.com commented


revision 944 has fix-- check to make sure initial_list[0] is not empty before adding the period

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant