Open youyuxiansen opened 5 years ago
What browser is this? Is it able to display Chineese characters?
It's postman,not browser.And I'm sure it supports Chinese characters.
I would say specify your encoding in your dbConnect, else it is using the system locale and it might not be want you want. add , encoding = "whatever")
Other than I would look at the binary response from opencpu to see if the binary representation match expectations. That could mean that postman is having some trouble displaying characters.
Anyone could help me! i'm sure my linux system ,oracle client,oracle server are all support UTF-8.Should be the coding problem of opencpu server. If it's hard to solve,please let me know and i will choose other way to build my R server.
@jeroen @robertzk