<div dir="ltr"><br><div class="gmail_quote">On Thu, Oct 21, 2010 at 1:41 AM, Zaher Dirkey <span dir="ltr"><<a href="mailto:parmaja@gmail.com">parmaja@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div dir="ltr">How to get the real length of WideString variable.<br><br></div></blockquote><br><div>Hmm, I think i found my problem but not understand it, i used Lazarus as editor to write the code<br><br clear="all"></div>
</div>var<br>  ws: widestring;<br>begin<br>  ws:= 'زاهر';<br>
  Label3.Caption := inttostr(length(ws));<br>

//= 8<br>
<br>It is different with<br><br>  ws:= UTF8Decode('زاهر');<br>
  Label3.Caption := inttostr(length(ws));<br>
//= 4<br>
<br><br>-- <br>Zaher Dirkey<br>
</div>