From: <ny...@us...> - 2007-01-28 21:10:53
|
Revision: 292 http://svn.sourceforge.net/pmplib/?rev=292&view=rev Author: nyaochi Date: 2007-01-28 13:10:48 -0800 (Sun, 28 Jan 2007) Log Message: ----------- Changed the default value for -w option to ISO-8859-1. Modified Paths: -------------- trunk/pmplib/frontend/easypmp/cui/option.c Modified: trunk/pmplib/frontend/easypmp/cui/option.c =================================================================== --- trunk/pmplib/frontend/easypmp/cui/option.c 2007-01-27 09:10:52 UTC (rev 291) +++ trunk/pmplib/frontend/easypmp/cui/option.c 2007-01-28 21:10:48 UTC (rev 292) @@ -125,7 +125,7 @@ // Set default values here. opt->media_info_source = GMIF_TAG; opt->system_encoding = get_default_encoding(); - opt->music_encoding = get_default_encoding(); + opt->music_encoding = strdup("ISO-8859-1"); } void option_finish(option_t* opt) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |