<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jun 13, 2017 at 11:37 PM, Lennart Poettering <span dir="ltr"><<a href="mailto:lennart@poettering.net" target="_blank">lennart@poettering.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, 13.06.17 03:11, Waldemar Brodkorb (<a href="mailto:wbx@openadk.org">wbx@openadk.org</a>) wrote:<br>
<br>
> Another option might be to add a new configure option to<br>
> control the IDN usage in systemd. You already have a lot of<br>
> fine granular options to configure systemd, another would'nt harm.<br>
<br>
</span>While I am not a fan of the proliferation of config options I think<br>
this one would probably be OK.<br>
<br>
Having an option for disabling all IDN support should be OK.<br>
<span class=""><br>
> I am not asking to add any C library specific workaround, but for<br>
> a little portability/configurability with nearly no costs.<br>
><br>
> Sure I could add libidn to uClibc-ng like GNU C library to add<br>
> the missing IDN functionality, but this would add nearly 1 megabyte<br>
> of code, which isn't a nice option for embedded Linux people.<br>
> du -chs libidn/<br>
> 956K    libidn/<br>
> 956K    total<br>
<br>
</span>I wonder if there's really a good reason why the IDN stuff needs to be<br>
that large... The algorithms behind it appear to be relatively simple,<br>
no? Maybe I am missing something, but maybe a nice way out would be to<br>
implement the algorithms in a more minimal fashion...<br></blockquote><div><br></div><div>AFAIK most of it is Unicode data (in redundant textual format), not code.</div><div><br></div><div>(Also, libidna is for IDNA2003. The successor, libidn2 for IDNA2008, seems to result in a .so that's only half the size of libidn.)<br></div></div><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Mantas Mikulėnas <<a href="mailto:grawity@gmail.com" target="_blank">grawity@gmail.com</a>></div></div>
</div></div>