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

neil_a_wilson
11.43.2006 6de5c389a5e74b1b9f4acc2d7082e4d252501a54
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
commit6de5c389a5e74b1b9f4acc2d7082e4d252501a54
tree fcb4ab4431e7f6f8a290ec0689b20d68ef155b87 tree | zip | gz
parent ad8075db9d1ed81528a069d446c27c7e2edbf1d9 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
opendj-sdk/opends/src/server/org/opends/server/protocols/asn1/ASN1OctetString.java 15 ●●●●● diff | view | raw | blame | history