<div dir="ltr"><div>My Buildroot linux was <b><i>not </i></b>build with libiconv, but instead with some sort of build-in "locale/i8n" support.</div><div>This could be a possible cause. I'm now creating a new system wherein I reverse this (with libiconv, without the build-in stuff).</div><div><br></div><div>I don't know why that ISO-8859-1 locale is generated, I left most Buildroot settings to default concerning locales..</div><div>I have no LANG setting.</div><div><br></div><div>I'll report back today if I make it, or in a month ;-) as I'll be away from my keyboard for a while.</div><div><br></div><div>Thanks,<br></div><div>Sjoerd</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 1 November 2017 at 10:50, Tanu Kaskinen <span dir="ltr"><<a href="mailto:tanuk@iki.fi" target="_blank">tanuk@iki.fi</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Sun, 2017-10-29 at 18:34 +0100, Sjoerd Venema wrote:<br>
> Hi,<br>
><br>
> I'm getting a lot of "Unable to convert error string to locale, filtering."<br>
> errors in my /var/log/messages. I think PulseAudio is sending them out as<br>
> UTF-8.<br>
><br>
> However, my locale -a output contains UTF-8:<br>
>  en_US ISO-8859-1<br>
>  en_US.UTF-8<br>
><br>
> Is it a locale issue? If so, which locale should I add?<br>
> Or is it a different kind of problem?<br>
><br>
> thanks,<br>
> Sjoerd Venema<br>
><br>
> PS: I'm on a small Buildroot Busybox environment.<br>
<br>
</div></div>The error message is printed when trying to convert a system error<br>
message string to UTF-8. One possible reason is that PulseAudio is<br>
built without iconv support, and a system error message is not valid<br>
UTF-8. What is LANG set to? If it's any variant of en_US, it seems<br>
unlikely that the strings would contain characters outside the safe<br>
ASCII set.<br>
<br>
If PulseAudio is built with iconv support, then there's apparently some<br>
problem with using iconv, but I don't have any guesses about what the<br>
exact problem might be.<br>
<br>
Is it intentional that you have the en_US ISO-8859-1 locale generated?<br>
I don't see the point of having anything else than UTF-8 locales.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Tanu<br>
<br>
<a href="https://www.patreon.com/tanuk" rel="noreferrer" target="_blank">https://www.patreon.com/tanuk</a><br>
______________________________<wbr>_________________<br>
pulseaudio-discuss mailing list<br>
<a href="mailto:pulseaudio-discuss@lists.freedesktop.org">pulseaudio-discuss@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/pulseaudio-<wbr>discuss</a><br>
</font></span></blockquote></div><br></div>