wbhart / mpir

Multiple Precision Integers and Rationals
GNU General Public License v3.0
227 stars 136 forks source link

Convert source files encoded ISO-8859-1 to UTF-8 (except mpir.net) #291

Closed musicinmybrain closed 3 years ago

musicinmybrain commented 3 years ago

Non-ASCII source files are currently encoded in a mixture of UTF-8 and ISO-8859-1. This PR standardizes on UTF-8, except files in the mpir.net directory.

musicinmybrain commented 3 years ago

Not touched are files in the mpir.net directory, because I have inadequate Windows domain knowledge to be confident I am not breaking something, and no ability to test on that platform. The following files remain that are neither UTF-8 nor ASCII:

wbhart commented 3 years ago

Thanks very much for the contribution. As the tests pass, I will merge this in 24 hours if there are no objections.