Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include "duktape.h"
Go to the source code of this file.
Functions | |
void | duk_decode_string_codepage (duk_context *ctx, const char *str, size_t len, unsigned int *codepage) |
void duk_decode_string_codepage | ( | duk_context * | ctx, |
const char * | str, | ||
size_t | len, | ||
unsigned int * | codepage ) |
Definition at line 17 of file duktape-1.8.0/examples/codepage-conv/duk_codepage_conv.c.
References DUK_ERR_RANGE_ERROR, duk_error, duk_push_fixed_buffer, duk_push_lstring(), and duk_remove().