mirror of
https://github.com/postgres/postgres.git
synced 2025-11-16 15:02:33 +03:00
Recode non-ASCII characters in source to UTF-8
For consistency, have all non-ASCII characters from contributors' names in the source be in UTF-8. But remove some other more gratuitous uses of non-ASCII characters.
This commit is contained in:
@@ -10,9 +10,9 @@
|
||||
*
|
||||
* Michael J. Cahill, Uwe Röhm, and Alan D. Fekete. 2008.
|
||||
* Serializable isolation for snapshot databases.
|
||||
* In SIGMOD ’08: Proceedings of the 2008 ACM SIGMOD
|
||||
* In SIGMOD '08: Proceedings of the 2008 ACM SIGMOD
|
||||
* international conference on Management of data,
|
||||
* pages 729–738, New York, NY, USA. ACM.
|
||||
* pages 729-738, New York, NY, USA. ACM.
|
||||
* http://doi.acm.org/10.1145/1376616.1376690
|
||||
*
|
||||
* and further elaborated in Cahill's doctoral thesis:
|
||||
|
||||
Reference in New Issue
Block a user