|
SOLUTIONS
|
MATHEMATICA MATHLINK C FUNCTION
MLPutUnicodeString()
int MLPutUnicodeString(MLINK link, unsigned short *s, long n)
puts a string of n 16-bit Unicode characters to the MathLink connection specified by link.
DetailsDetails
- All characters are assumed to be 16-bit.
- 8-bit characters can be sent by having the higher-order byte be null.
- MLPutUnicodeString() is equivalent to MLPutUCS2String().
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
