Task #2455
Bug #2449: knb unicode identifier create and get failures
identifiers with supplementary unicode characters not mn.create()
Status:
Rejected
Priority:
Normal
Assignee:
Robert Waltz
Category:
d1_common_java
Target version:
Start date:
2012-03-07
Due date:
% Done:
0%
Milestone:
CCI-1.0.0
Product Version:
*
Story Points:
Sprint:
Description
traced this back to a problem with serializing systemmetadata just prior to adding it to the file part of the request.
TypeMarshaller does specify UTF-8.
got this message:
"class java.io.IOException: Illegal character code 0xd800 in content text"
exception thrown in mtx.marshallDocument(typeObject) in TypeMarshaller.marshalTypeToOutputStream().
probably a low priority for current release, as limited to only supplementary characters.
History
#1 Updated by Robert Waltz over 12 years ago
#2 Updated by Ben Leinfelder over 12 years ago
This is the test hat is failing:
Test 27: Error: create: common-unicode-supplementary-escaped-????
#3 Updated by Robert Waltz over 12 years ago
- Status changed from New to Rejected
Confirmed to be a duplicate