does slice2cpp or slice2cs support unicode variable name definition?
Just like:
struct 物体
{
string 名称;
//...
};
|
|
does slice2cpp or slice2cs support unicode variable name definition?
Just like:
struct 物体
{
string 名称;
//...
};
kinsung
AF Engineering University
Ice projects:
simulation applications remote controler
data driver application through network
Thank you guys for your great jobs!
No, Slice only supports ASCII for the names.
Thank you!
So I should write a script to replace unicode name for "ID_number", and after slice2cs finished it's work, replace back "ID_number" for unicode name.![]()
By the way, sorry for the bad title.
kinsung
AF Engineering University
Ice projects:
simulation applications remote controler
data driver application through network
Thank you guys for your great jobs!
ICE runtime environment don't remember any variable name information. It communicates olny by the bytes stream. So I think it is OK on these current version of ICE.
kinsung
AF Engineering University
Ice projects:
simulation applications remote controler
data driver application through network
Thank you guys for your great jobs!
There are currently 1 users browsing this thread. (0 members and 1 guests)