Mike Fulton wrote:
> If I run:
>
> ```
> echo "⟨http://www.gnu.org⟩" | iconv -f UTF-8 -t ISO-8859-1//TRANSLIT
> ```
>
> with iconv, I am seeing:
>
> iconv: (stdin):1:0: cannot convert
>
> The angled brackets don't seem to get mapped to < and > which I was hoping
> they would.
Thanks for the report. Now implemented through
https://git.savannah.gnu.org/gitweb/?p=libiconv.git;a=commit;h=02abfbed3329f245e7079bcef766cb5836057c6f
Thank you! I was hopeful that I would be able to apply this translit.def update to 1.17 but it doesn't seem to
have worked (builds fine but iconv still fails). I _did_ retain the tabs, which I missed the first time I did the patch.
Do you have a timeframe when you would expect to create a 1.18 tarball for download?
If it isn't soon, I will work to get a build working with the 'git' build. I need to do that eventually anyway.