The most recent content from our members.
In Eikon Python 1.0.1, at eikon.json_requests line 114, there is a call to logger.debug('HTTP Response:{}'.format(response.text)) that is not wrapped in a try: except UnicodeEncodeError call (as is the case with most other calls, see e.g. lines 90-94). If the HTTP request returns a value with a non-ASCII Unicode value this…
Hello, When I try to start application in Windows with Chinese localization I have error: Unable to locate program input point _strnicmp on dynamic link library C:\Bin\MT4ReutersService\RFA8_Logger140_x64.dll Application based on RFA C++. All examples in RFA C++ package have the same error immediately after start. Any…
Hi, I am getting this error while passing Unicode string, For example when I am screening a name ÖMER HİRFANOĞLU I am getting error "Bytes to be written to the stream exceed the Content-Length bytes size specified." How I can send this text so that it can screen without any error. Currently I am using UTF8Encoding…
Hello, I am just trying to get round some issues with the character set of the ISO Country List API Call at /reference/countries. I have just noticed that it returns some odd characters in Postman around country codes as seen below: CUW - Cura��ao CIV - C��te d'Ivoire Amongst others. the Character is a Diamond box with a…
It looks like you're new here. Sign in or register to get started.