Opened 16 years ago

Closed 16 years ago

Last modified 5 years ago

#8787 closed patch

Drascula: Remove Spanish characters

Reported by: bluegr Owned by: aquadran
Priority: normal Component: Engine: Drascula
Version: Keywords:
Cc: Game: Drascula

Description

I've made a small patch that removes Spanish characters from drascula.cpp. This is needed, as under Windows, when a system's language is set to anything other than English, Visual Studio can't interpret those non-English characters correctly and suggests to save the file as Unicode.

It looks like most of the checks where these characters are placed aren't used in other parts of the code anyway, so I've just removed almost all of them, apart from a couple which I've replaced with their appropriate escape sequences. With this patch, VS no longer complains about non-English characters for me :)

Assigning this to aquadran, as he's the drascula engine maintainer

Ticket imported from: #1877134. Ticket imported from: patches/892.

Attachments (1)

drascula_spanish_chars.patch (5.6 KB ) - added by bluegr 16 years ago.
Remove/replace Spanish characters from Drascula

Download all attachments as: .zip

Change History (5)

by bluegr, 16 years ago

Remove/replace Spanish characters from Drascula

comment:1 by aquadran, 16 years ago

it's ok, you can apply :)

comment:2 by bluegr, 16 years ago

Thanks, committed :)

Closing

comment:3 by bluegr, 16 years ago

Status: newclosed

comment:4 by digitall, 5 years ago

Component: Engine: Drascula
Game: Drascula
Note: See TracTickets for help on using tickets.