Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-65245

fix apostrophe characters in README.third_party.md

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Trivial - P5 Trivial - P5
    • 6.0.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • Service Arch 2022-04-18

      The apostrophes in the file are incorrectly represented as Unicode right-single-quote characters.

      The are not greppable or typeable. Text based tools like `less` show them as ugly 3-byte utf-8 sequences.

      e.g.:

      $ git blame HEAD^ README.third_party.md |cut -c62-| less
         3) MongoDB depends on third party libraries to implement some
         4) functionality. This document describes which libraries are depended
         5) upon, and how. It is maintained by and for humans, and so while it is a
         6) best effort attempt to describe the server<E2><80><99>s dependencies, it is subject
         7) to change as libraries are added or removed.
         8)
      

      Converting to apostrophes to avoid unnecessary complications.

            Assignee:
            billy.donahue@mongodb.com Billy Donahue
            Reporter:
            billy.donahue@mongodb.com Billy Donahue
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: