<div>Hello B.Candler,</div>
<div> </div>
<div>Thank you so much sir for replying back.</div>
<div>It is really helpful to my research on RADIUS client.</div>
<div> </div>
<div>Thanks,</div>
<div>Karnik<br></div>
<div class="gmail_quote">On Mon, Feb 7, 2011 at 7:50 PM, Brian Candler <span dir="ltr"><<a href="mailto:B.Candler@pobox.com">B.Candler@pobox.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="im">On Mon, Feb 07, 2011 at 05:07:03PM +0530, karnik jain wrote:<br>>    I am talking about radclient only.<br>>    If supplied USER-NAme is not UTF-8 encoded by some means<br>>    suppose the scenario where UTF-8 support is not there then<br>
>    at that time what radclient does.<br>><br>>    Does it send the same multilingual charcters to the RADIUS server or<br>>    first of all convert that into UTF-8 as per RFC 2865 and send it to<br>>    RADIUS server in ACCESS REQUEST packet as attribute or<br>
>    just send as it is to RADIUS server?<br><br></div>It just sends the bytes as-is.<br><br>If you have data in another encoding, which you want to convert to UTF-8 for<br>sending, then you need to transcode it yourself first using something like<br>
'iconv'.<br><br>In any case, the data which you provide to radclient needs to use the<br>standard ASCII characters for equals, double-quotes and so on, so that it<br>can parse the lines. UTF-8 fulfils that requirement.<br>
<br>HTH,<br><font color="#888888"><br>Brian.<br></font>
<div>
<div></div>
<div class="h5">-<br>List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br></div></div></blockquote></div><br>