<div dir="ltr"><br>That should be the unicode code point in hexadecimal,<br><br>but take a look here:<br><br>http://unicodelookup.com<br>and input ü<br><br>On Sunday, March 22, 2015 at 12:09:46 AM UTC+2, Charles Blair wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr">







<p>-include("/usr/local/lib/<wbr>erlang/lib/xmerl-1.3.7/<wbr>include/xmerl.hrl").</p><p>-import(xmerl_xs, [xslapply/2, value_of/1, select/2, -built_in_rules/2]).</p>
<p>-import(xmerl_lib, [find_attribute/2, markup/2, markup/3]).</p>
<p>Using the above, Türkei is output as Tu\x{308}rkei (seven characters beginning with "\", counted in vim, so it's not a display issue).</p>
<p>I've tried to isolate the problem in various different ways and failed. Has anyone else run into this? Were you able to address it, and if so, how? I've run the XML input through an XSL stylesheet without issue. The issue arises when translating the stylesheet to xmerl and running the same XML through it.</p><p>Thanks.</p></div></blockquote></div>