From 736afbadbffcb66fc8b589b35526e7eac5048b68 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 29 Dec 2017 17:19:02 -0600 Subject: [PATCH] Promote iconv. --- toys/{pending => posix}/iconv.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename toys/{pending => posix}/iconv.c (95%) diff --git a/toys/pending/iconv.c b/toys/posix/iconv.c similarity index 95% rename from toys/pending/iconv.c rename to toys/posix/iconv.c index 9b3c76b3..a31d713b 100644 --- a/toys/pending/iconv.c +++ b/toys/posix/iconv.c @@ -3,12 +3,14 @@ * Copyright 2014 Felix Janda * * See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/iconv.html + * + * Deviations from posix: no idea how to implement -l USE_ICONV(NEWTOY(iconv, "cst:f:", TOYFLAG_USR|TOYFLAG_BIN)) config ICONV bool "iconv" - default n + default y depends on TOYBOX_ICONV help usage: iconv [-f FROM] [-t TO] [FILE...] -- 2.39.2