Hello Wes Hardaker,

Thanks for your reply. I verified few languages like Portuguese which is 
giving the proper output using locales set.

My worry is on Asian languages where character typically gets stored in 
multi bytes and am not sure how netsnmp stack behaves
in such cases like finding strlen or C pointer increments etc. So 
thought of putting this question in forum so
I can get some pointers for my understanding.

Thanks & Regards,
Harish

On 1/21/2014 8:28 PM, Wes Hardaker wrote:
> Harish Jadhav <har...@tecknodreams.com> writes:
>
>> Kindly let me know if netsnmp stack supports multi byte character set or
>> unicode.
> The net-snmp code generally uses things like the "isprint()" function
> from the c-library to determine whether a given string of octets are
> printable or not.  If they're printable, according to local settings,
> then it gets printed.  If not, then it gets translated to hex and
> printed that way instead.  At least in many places.
>
> Now, will that work perfectly with utf-8 or similar?  I believe it will
> for many places, but I'm not 100% sure.  In fact, I'm far less sure than
> that.  Have you tried it to see what happens?


------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to