[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-gnu-libiconv] Add -i inplace option for iconv.
From: |
Heikki Orsila |
Subject: |
[bug-gnu-libiconv] Add -i inplace option for iconv. |
Date: |
Mon, 23 Jul 2018 23:34:19 +0300 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
Hello libiconv maintainers :)
I often convert my old text files encoded in iso-8859-1 to utf-8, but
iconv can not do it inplace. So I created a patch that adds -i option for iconv
that allows to convert files "inplace".
Please see the attached patch.
I have a question regarding the environmental deps of iconv. Is using
fstat(), rename(), remove(), mkstemp() allowed?
Thanks!
--
Heikki Orsila
address@hidden
http://www.iki.fi/shd
0001-Add-i-option-for-iconv-to-convert-files-in-place.patch
Description: Text Data
- [bug-gnu-libiconv] Add -i inplace option for iconv.,
Heikki Orsila <=