mirror of
https://github.com/fadden/nulib2.git
synced 2025-02-05 20:30:57 +00:00
Enable kNuValueStripHighASCII.
This commit is contained in:
parent
575f591f69
commit
472f7dceb0
@ -832,6 +832,10 @@ OpenArchiveReadOnly(NulibState* pState)
|
||||
err = NuSetValue(pArchive, kNuValueConvertExtractedEOL, kNuConvertOff);
|
||||
BailError(err);
|
||||
|
||||
/* if we're converting EOL, we probably ought to do this too */
|
||||
err = NuSetValue(pArchive, kNuValueStripHighASCII, true);
|
||||
BailError(err);
|
||||
|
||||
/* handle "-s" flag */
|
||||
if (NState_GetModOverwriteExisting(pState)) {
|
||||
err = NuSetValue(pArchive, kNuValueHandleExisting, kNuAlwaysOverwrite);
|
||||
|
Loading…
x
Reference in New Issue
Block a user