MrLoick / staff

Automatically exported from code.google.com/p/staff
Apache License 2.0
0 stars 0 forks source link

Do not support Chinese character #189

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Compiler the Release-Unicode version.
2.Add the Chinese character to my function parameter.
3.Generate the Error Info as follow:
ERROR 18-09-2012 15:39:15.431 src\main.cpp[55] main: Exception:
src\CalculatorProxy.cpp[184] cspws::samples::CalculatorProxy::Add: 
src\DataObject.cpp[2740] staff::D
ataObject::GetChildTextByLocalNameC: Child element [number] does not exists
Traced stack:
0x008250ab staff_utils.dll??[??]: staff::Exception::Exception0x0085e0cf 
staff_common.dll??[??]: staf
f::DataObject::GetChildTextByLocalNameC0x0085db3c staff_common.dll??[??]: 
staff::DataObject::GetChil
dValueByLocalName0x01303342 samples.dll??[??]: ??0x009a95c8 
staff_service.dll??[??]: ??0x00434547 ax
is2_engine.dll??[??]: axis2_msg_recv_create0x020aafc8 ????[??]: ??

What is the expected output? What do you see instead?
Support the Chinese character

What version of the product are you using? On what operating system?

r709, windows xp
Please provide any additional information below.

Original issue reported on code.google.com by bingqing...@gmail.com on 18 Sep 2012 at 7:44

GoogleCodeExporter commented 8 years ago
This issue is related to Axis2/C's XML parser/writer guththilla. Please follow 
the instruction https://code.google.com/p/staff/issues/detail?id=181#c2 to 
compile guththilla with UTF-8 support.

Original comment by loentar on 18 Sep 2012 at 8:06