mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-23 01:59:43 +01:00
Use UTF-8 characters for names in credits instead of {|}~
This commit is part of rewritten history of the localization branch. The original (unsquashed) commit history can be found here: https://github.com/Dav999-v/VVVVVV/tree/localization-orig
This commit is contained in:
parent
ec611ffa9d
commit
7ffbf0b115
1 changed files with 7 additions and 7 deletions
|
@ -8,7 +8,7 @@ namespace Credits {
|
||||||
/* Terry's Patrons... */
|
/* Terry's Patrons... */
|
||||||
static const char* superpatrons[] = {
|
static const char* superpatrons[] = {
|
||||||
"Anders Ekermo",
|
"Anders Ekermo",
|
||||||
"Andreas K|mper",
|
"Andreas Kämper",
|
||||||
"Anthony Burch",
|
"Anthony Burch",
|
||||||
"Bennett Foddy",
|
"Bennett Foddy",
|
||||||
"Brendan O'Sullivan",
|
"Brendan O'Sullivan",
|
||||||
|
@ -29,8 +29,8 @@ static const char* superpatrons[] = {
|
||||||
|
|
||||||
static const char* patrons[] = {
|
static const char* patrons[] = {
|
||||||
"Adam Wendt",
|
"Adam Wendt",
|
||||||
"Andreas J{rgensen",
|
"Andreas Jörgensen",
|
||||||
"}ngel Louzao Penalva",
|
"Ángel Louzao Penalva",
|
||||||
"Ashley Burton",
|
"Ashley Burton",
|
||||||
"Aubrey Hesselgren",
|
"Aubrey Hesselgren",
|
||||||
"Bradley Rose",
|
"Bradley Rose",
|
||||||
|
@ -63,7 +63,7 @@ static const char* patrons[] = {
|
||||||
"Joshua Buergel",
|
"Joshua Buergel",
|
||||||
"Joshua Hochner",
|
"Joshua Hochner",
|
||||||
"Kurt Ostfeld",
|
"Kurt Ostfeld",
|
||||||
"Magnus P~lsson",
|
"Magnus Pålsson",
|
||||||
"Mark Neschadimenko",
|
"Mark Neschadimenko",
|
||||||
"Matt Antonellis",
|
"Matt Antonellis",
|
||||||
"Matthew Reppert",
|
"Matthew Reppert",
|
||||||
|
@ -90,7 +90,7 @@ static const char* githubfriends[] = {
|
||||||
"AllyTally",
|
"AllyTally",
|
||||||
"Brian Callahan",
|
"Brian Callahan",
|
||||||
"Charlie Bruce",
|
"Charlie Bruce",
|
||||||
"Christoph B{hmwalder",
|
"Christoph Böhmwalder",
|
||||||
"Daniel Lee",
|
"Daniel Lee",
|
||||||
"Dav999",
|
"Dav999",
|
||||||
"Elijah Stone",
|
"Elijah Stone",
|
||||||
|
@ -109,8 +109,8 @@ static const char* githubfriends[] = {
|
||||||
"Nichole Mattera",
|
"Nichole Mattera",
|
||||||
"Pierre-Alain TORET",
|
"Pierre-Alain TORET",
|
||||||
"Reese Rivers",
|
"Reese Rivers",
|
||||||
"Remi Verschelde", // TODO: Change to "Rémi" if/when UTF-8 support is added
|
"Rémi Verschelde",
|
||||||
"Thomas S|nger",
|
"Thomas Sänger",
|
||||||
"Tynan Richards",
|
"Tynan Richards",
|
||||||
"Wouter",
|
"Wouter",
|
||||||
"viri",
|
"viri",
|
||||||
|
|
Loading…
Reference in a new issue