~tokyocabinet/tokyocabinet/c99-posix-trunk

« back to all changes in this revision

Viewing changes to man/tcutil.3

  • Committer: Baptiste Lepilleur
  • Date: 2009-07-30 19:32:28 UTC
  • Revision ID: blep@users.sourceforge.net-20090730193228-68fdik1yihz6li9s
Tags: tokyocabinet-1.4.28
releaseĀ 1.4.28

Show diffs side-by-side

added added

removed removed

Lines of Context:
3347
3347
.br
3348
3348
\fBvoid tcstrucstoutf(const uint16_t *\fIary\fB, int \fInum\fB, char *\fIstr\fB);\fR
3349
3349
.RS
3350
 
`\fIary\fR' specifies the array of UCS\-2 code codes.
 
3350
`\fIary\fR' specifies the array of UCS\-2 codes.
3351
3351
.RE
3352
3352
.RS
3353
3353
`\fInum\fR' specifies the number of the array.
3355
3355
.RS
3356
3356
`\fIstr\fR' specifies the pointer to the region into which the result UTF\-8 string is written.  The size of the buffer should be sufficient.
3357
3357
.RE
 
3358
.RS
 
3359
The return value is the length of the result string.
 
3360
.RE
3358
3361
.RE
3359
3362
.PP
3360
3363
The function `tcstrsplit' is used in order to create a list object by splitting a string.