mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add new option --no-utf8-convert to flac (SF#973740: http://sourceforge.net/tracker/index.php?func=detail&aid=973740&group_id=13478&atid=363478)
This commit is contained in:
@@ -210,6 +210,15 @@
|
||||
Do not print anything of any kind, including warnings or errors. The exit code will be the only way to determine successful completion.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
|
||||
<a name="flac_options_no_utf8_convert" />
|
||||
<span class="argument">--no-utf8-convert</span>
|
||||
</td>
|
||||
<td>
|
||||
Do not convert tags from local charset to UTF-8. This is useful for scripts, and setting tags in situations where the locale is wrong. This option must appear before any tag options!
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
|
||||
<a name="flac_options_warnings_as_errors" />
|
||||
@@ -983,6 +992,7 @@
|
||||
<a href="#negative_options" /><span class="argument">--no-silent</span></a><br />
|
||||
<a href="#negative_options" /><span class="argument">--no-verify</span></a><br />
|
||||
<a href="#negative_options" /><span class="argument">--no-warnings-as-errors</span></a><br />
|
||||
<a href="#flac_options_no_utf8_convert" /><span class="argument">--no-utf8-convert</span></a><br />
|
||||
<a href="#flac_options_output_name" /><span class="argument">-o</span></a><br />
|
||||
<a href="#flac_options_ogg" /><span class="argument">--ogg</span></a><br />
|
||||
<a href="#flac_options_output_name" /><span class="argument">--output-name</span></a><br />
|
||||
|
||||
Reference in New Issue
Block a user