Make all --batch input, as well as fromkey and registerurl stdin be processed without requiring it to be in the current encoding.

This commit is contained in:
Joey Hess 2016-12-13 15:35:04 -04:00
parent a12eac060c
commit 469bfa7ff3
No known key found for this signature in database
GPG key ID: C910D9222512E3C7
5 changed files with 18 additions and 9 deletions

View file

@ -32,3 +32,7 @@ Note that this is indeed valid utf-8:
00000000 c3 a9 0a |...|
00000003
"""]]
> Despite my strange inability to reproduce these, there's really only one
> thing that can fix it, namely using fileEncoding. Now done for all batch
> and stdin reading stuff. [[fixed|done]] I suppose. --[[Joey]]