mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
11.43.2006 ffcfe5c97aeef4e8d858d4e6545dfebc9e56e4e7
refs
author neil_a_wilson <neil_a_wilson@localhost>
Monday, September 11, 2006 19:43 +0200
committer neil_a_wilson <neil_a_wilson@localhost>
Monday, September 11, 2006 19:43 +0200
commitffcfe5c97aeef4e8d858d4e6545dfebc9e56e4e7
tree 0034d84166524ca229214a07da9b11e9ec1d99ea tree | zip | gz
parent e83ff6e21bb42b5d50a1550ca8b862419a2bd144 view | diff
Fix a bug in the ASN1OctetString.stringValue(StringBuilder) method when dealing
with strings containing non-ASCII characters. There were two problems:

- The method did not have a return statment after appending the remainder of
the string once it was determined to be non-ASCII.

- The method did not use the UTF-8 character set when decoding the remainder of
the string once it was determined to be non-ASCII.
1 files modified
15 ■■■■■ changed files
opends/src/server/org/opends/server/protocols/asn1/ASN1OctetString.java 15 ●●●●● diff | view | raw | blame | history