Skip to content

Commit

Permalink
MORTEVIELLE: Convert non-ASCII characters to their octal value
Browse files Browse the repository at this point in the history
  • Loading branch information
criezy committed Jul 13, 2013
1 parent e2b192b commit dcb2f69
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 249 deletions.
10 changes: 5 additions & 5 deletions devtools/create_mortdat/enginetext.h
Expand Up @@ -82,19 +82,19 @@ const char *engineDataEn[] = {
const char *engineDataFr[] = {
"[2][ ][OUI][NON]",
"aller",
"quelqu'un entre, parait ‚tonn‚ mais ne dit rien",
"quelqu'un entre, parait \202tonn\202 mais ne dit rien",
"Cool",
" Lourde ",
"Malsaine",
"Idem",
"Vous",
"ˆtes",
"\210tes",
"SEUL",

"Mince! Vous entendez du bruit...",
" | Vous devriez avoir remarqu| ",
" | Vous devriez avoir remarqu\202| ",
"% des indices...",
"D‚sirez-vous vous r‚veiller?",
"D\202sirez-vous vous r\202veiller?",
"OK",
"",
" Sauvegarde",
Expand Down Expand Up @@ -123,7 +123,7 @@ const char *engineDataFr[] = {
"fermer",
"frapper",
"poser",
"d‚foncer",
"d\202foncer",

"sentir",
"gratter",
Expand Down

0 comments on commit dcb2f69

Please sign in to comment.