Rip out locale <-> UTF-8 filename conversions (and a direct iconv dep)
authorparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Wed, 1 Apr 2009 21:12:32 +0000 (21:12 +0000)
committerparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Wed, 1 Apr 2009 21:12:32 +0000 (21:12 +0000)
commit7415e4bd2fa80ed69d8f24e5db143d5b0bf9b2b5
treeb67c9cd084e9575fc435d8030999265914c4c030
parentc1e87d9d06a22527317fdd1af2611968c1e2257c
Rip out locale <-> UTF-8 filename conversions (and a direct iconv dep)

It seemed like a good idea at some point, but in practice it ended up
being a distracting layer of indirection and complexity trying to
support a rare (bordering on hypothetical) use case.  And it did not
work in Windows anyway.  So as an alternative, I propose this simple
rule: use a UTF-8 locale or stick to ASCII range in replay filenames.

git-svn-id: https://s.snth.net/svn/neverball/trunk@2814 78b8d119-cf0a-0410-b17c-f493084dd1d7
INSTALL
Makefile
ball/demo.c
ball/main.c
ball/set.c
ball/st_save.c
putt/main.c
share/audio.c
share/gui.c
share/text.c
share/text.h