kripken / intensityengine

[Not active!] An open source platform for 3D games and virtual worlds
https://web.archive.org/web/20100222011320/http://www.syntensity.com/
Other
58 stars 15 forks source link

Non-ascii text in Activity titles can crash the Server Instances page #13

Open kripken opened 14 years ago

kripken commented 14 years ago

E.g.,

ś

will cause such a crash. The page crashing will not refresh the list (no commit happens), so even if the activity is no longer run, it will stay there, keeping the crash alive.

kripken commented 14 years ago

Fixed in bf3cc9893a328dbb91dcccceed5d7980bbf784a1

Still would be nice to get Django working with non-ascii, though - but that might mess up sauer location fields in the engine.

BiosElement commented 14 years ago

I've been toying around with Turbogears2 which has full unicode support by default. I'm thinking it'll be possible to translate the unicode to ascii when needed for the sauer engine. I'll keep you updated.