Oh I see.<div><br></div><div>So if I want to downcase this string: <font face="courier new, monospace">"∞-HOpe@☺.ÉXAMple.com/My❤"</font> I will need ux?<br><br>r.</div><div><br><div class="gmail_quote">On Sun, Oct 21, 2012 at 12:46 PM, Loïc Hoguin <span dir="ltr"><<a href="mailto:essen@ninenines.eu" target="_blank">essen@ninenines.eu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This only works for letters found in latin1, not for all the uppercases found in unicode. If that's good enough for you then you don't need ux. :)<div class="im">
<br>
<br>
On 10/21/2012 09:39 PM, Roberto Ostinelli wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
For the records, this just works..<br>
<br>
start() -><br>
Unicode = list_to_binary("∞-HOpe@☺.<u></u>EXAMple.com/My❤"),<br>
Result = list_to_binary(string:to_<u></u>lower(binary_to_list(Unicode))<u></u>),<br></div>
"∞-hope@☺.<a href="http://example.com/my" target="_blank">example.com/my</a> <<a href="http://example.com/my" target="_blank">http://example.com/my</a>>❤" = binary_to_list(Result).<div class="im"><br>
<br>
any downsides I'm not seeing?<br>
<br>
On Sun, Oct 21, 2012 at 12:25 PM, Roberto Ostinelli <<a href="mailto:roberto@widetag.com" target="_blank">roberto@widetag.com</a><br></div><div class="im">
<mailto:<a href="mailto:roberto@widetag.com" target="_blank">roberto@widetag.com</a>>> wrote:<br>
<br>
    Thank you Loïc,<br>
<br>
    did you happen to benchmark it? Would that be better/faster than a<br>
    simple list_to_binary(string:to_<u></u>lower(binary_to_list(Bin)))?<br>
<br>
<br>
    On Sun, Oct 21, 2012 at 12:18 PM, Loïc Hoguin <<a href="mailto:essen@ninenines.eu" target="_blank">essen@ninenines.eu</a><br></div><div class="im">
    <mailto:<a href="mailto:essen@ninenines.eu" target="_blank">essen@ninenines.eu</a>>> wrote:<br>
<br>
        On 10/21/2012 09:14 PM, Roberto Ostinelli wrote:<br>
<br>
            Dear list,<br>
<br>
            I've a binary string which includes accented characters and<br>
            unicode,<br>
            that i need to downcase.<br>
<br>
            Is my real best option here to convert everything to list<br>
            and downcase that?<br>
<br>
<br>
        Your current best option is ux_string:to_lower/1 from the ux<br>
        library which will properly lower all characters, not just A-Z.<br>
<br></div>
        Should be at <a href="https://github.com/erlang-__unicode/ux" target="_blank">https://github.com/erlang-__<u></u>unicode/ux</a><div class="im"><br>
        <<a href="https://github.com/erlang-unicode/ux" target="_blank">https://github.com/erlang-<u></u>unicode/ux</a>><br>
<br>
        --<br>
        Loďc Hoguin<br>
        Erlang Cowboy<br>
        Nine Nines<br>
        <a href="http://ninenines.eu" target="_blank">http://ninenines.eu</a><br>
<br>
<br>
<br>
</div></blockquote><span class="HOEnZb"><font color="#888888">
<br>
<br>
-- <br>
Loïc Hoguin</font></span><div class="HOEnZb"><div class="h5"><br>
Erlang Cowboy<br>
Nine Nines<br>
<a href="http://ninenines.eu" target="_blank">http://ninenines.eu</a><br>
</div></div></blockquote></div><br></div>