Skip to main content
1-Visitor
February 15, 2016
Question

logger not showing belarusian characters

  • February 15, 2016
  • 1 reply
  • 1385 views

I had written a service

logger.error("\u0417\u041c\u0448\u0442\u0421\u043d\u043a\u0448\u0434\u0434\u0448\u0441");

result = "\u0417\u041c\u0448\u0442\u0421\u043d\u043a\u0448\u0434\u0434\u0448\u0441";

When I call this service, result is shown properly converted to ЗМштСнкшддшс (Belarusian)

But logger logs ????????????

Can someone explain why same thingworx is behaving differently ?

1 reply

5-Regular Member
February 15, 2016

Rohit, is this specific to just the logger? If you bind this result to a widget in a Mashup, do you see the correct output?

rgupta-211-VisitorAuthor
1-Visitor
February 16, 2016

mashup is also showing ЗМштСнкшддшс

Its only that logger is showing ????????????

And logging is important part of the application. we are asking for dynamic thing name on run-time and we need to log what name has been set and all related data.

Why is this happening to the logger? Shouldn't the behavior be same in whole thingworx application?