It's all about the answers!

Ask a question

HTTP value Set Provider Test returns chinese confusion code


chen fengmiao (7032932) | asked Feb 27 '13, 3:27 a.m.

I  create a HTTP Filtered Value Set on  Project Configuration > Configuration Data > Work Items > Attribute Customization > Value Sets :

xml:

<xml>
   <node>
  <id>1</id>
  <make>会议</make>
  <regions>,1,2,</regions>
   </node>
   <node>
  <id>2</id>
  <make>培训</make>
  <regions>,2,</regions>
   </node>
 </xml>

-------------------------------------------------------------------------------

The xml file contain chinese。

I test the configuration.The reslut:

above value returns chinese confusion code 。

can you help me?

One answer



permanent link
Ralph Schoon (63.3k33646) | answered Feb 27 '13, 3:53 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I would try to look at the encoding of the file. E.g. try UTF-8. does the XML display correct in your Browser?
I tried to cover my experiences with Attribute Customization including the HTTP based Value provider in Lab 4 in https://jazz.net/library/article/1093 but I did not try different languages.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.