-
Type: Improvement
-
Resolution: Fixed
-
Priority: Trivial - P5
-
Affects Version/s: None
-
Component/s: None
-
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.