wuaiqlb Posted October 23, 2015 Report Share Posted October 23, 2015 I come from China Very glad to be with you Fsuipc secondary development of tongren development together Players who play in China FSX there are a lot of fsuipc is essential interface software at the same time I try to develop a project On the way will encounter a lot of trouble Today I met a problem Is about migration of 3380 when I write Chinese FSX suggests: "?????" The question mark Excuse me what method to solve 代码如下: Offset<short> xxts = new Offset<short>("msg", 0x32FA);Offset<string> msg = new Offset<string>(0x3380,128);msg.Value = "坠毁";xxts.Value = 5;FSUIPCConnection.Process("msg"); The crash in FSX show??? Link to comment Share on other sites More sharing options...
Paul Henty Posted October 23, 2015 Report Share Posted October 23, 2015 Hi, This feature in FSX (via FSUIPC or SimConnect) doesn't support Unicode characters. It only shows ASCII. Chinese characters cannot be encoded into ASCII so they appear as ????. I don't think there is a solution to this. It just isn't supported by FSX. Paul Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now