Mathematica > Systems Interfaces & Deployment > C/C++ Language Interface > MathLink C Language Functions >
Mathematica > Systems Interfaces & Deployment > MathLink API > MathLink C Language Functions >
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.
  • All characters are assumed to be 16-bit.
  • 8-bit characters can be sent by having the higher-order byte be null.
© 2008 Wolfram Research, Inc.
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team