> From: Nikos Balkanas [mailto:nbalka...@gmail.com]
> Sent: Friday, February 06, 2009 8:09 PM
> SnmpTagValue ::= TEXTUAL-CONVENTION
Not a good choice. As stated in the description, the SnmpTagValue has
specific semantics, and should not be used in a situation where tags are not
needed
from time to time,
implementations must be prepared to encounter any code
point from 0x to 0x7fff.
Hope this helps,
Nikos
- Original Message -
From: "Mike Ayers"
To: ;
Sent: Saturday, February 07, 2009 1:09 AM
Subject: RE: multi-byte chara
respond to queries with multi-byte characters so languages
> such as Japanese and Chinese would be possible.
SNMP's OCTET STRING is 8 bit clkean - always has been, always will be.
There's a UTF-8 TC in one of the major RFCs, but
Are there any data types that support mult-byte characters/strings? We are
working on internationalization and I need to figure out if it's possible to
send traps and respond to queries with multi-byte characters so languages
such as Japanese and Chinese would be possible.
Thanks,