[SNMP4J] Re:SNMP4J Digest, Vol 59, Issue 15 Does snmp4j support Unicode chars in trap?

通子 ytsun04 at 163.com
Tue Dec 23 12:58:32 CET 2008


You can try to transform the with apropriate charactor set.

return new String(((OctetString) vb[i].getVariable())
       .toByteArray(), "gb2312");


More information about the SNMP4J mailing list