I had exactly the same problem and the small shell script
did the trick. However, on some systems it's not LANG, but
LC_LANG or LC_ALL which you have to overwrite.
Just out of interest: Is this a ReZound problem or a
problem of the underlying libs? I have Fox 1.2.6 , but
(obviously) no Unicode support in ReZound :(
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1160565
Hello Stefan,
just create a short script which configures de_DE and then
starts ReZound without the need to change the system locale...
#!/bin/sh
export LANG=de_DE
/usr/local/bin/rezound
Logged In: NO
huh, that's NOT what I want, since my filenames are
also in UTF-8. Real UTF-8 support is what we need!
But: new FOX is out with UTF-8 Support!!!! Please
support ist ASAP. Thanks!
Logged In: YES
user_id=575864
I had exactly the same problem and the small shell script
did the trick. However, on some systems it's not LANG, but
LC_LANG or LC_ALL which you have to overwrite.
Just out of interest: Is this a ReZound problem or a
problem of the underlying libs? I have Fox 1.2.6 , but
(obviously) no Unicode support in ReZound :(
Update : this should be fixed with revision [r2027] , [r2026] , [r2025] , [r2024] and [r2023] thanks to Davy.