Joshua Judson Rosen
-
2011-05-14
When I try to invoke GJay in with some localised arguments, e.g.: "gjay --playist --file=Je_Suis_une_Poupée.ogg", I get:
option parsing failed: Invalid byte sequence in conversion input
... because no locale has been initialised, despite my locale being set via LANG=en_US.UTF-8.
The attached patch fixes this by calling gtk_set_local() before option-processing.
Anonymous