#include "common.h"
#include <ctype.h>
#include <freetds/test_assert.h>
Go to the source code of this file.
Go to the SVN repository for this file.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 182 of file utf8_1.c.
References buf, CHARSET, tds_socket::conn, IS_TDS7_PLUS, japanese, len, login, strcat, strings, tds, TDS_SUCCESS, TDS_VECTOR_SIZE, test(), tmp, to_utf8(), try_tds_login(), try_tds_logout(), and utf8_max_len.
◆ query()
◆ test()
Definition at line 66 of file utf8_1.c.
References buf, tds_column::column_cur_size, tds_column::column_data, tds_result_info::columns, tds_socket::current_results, exit(), i, if(), is_blob_col, l(), NULL, query(), strings, util::strncmp(), tds, TDS_DONE_ERROR, TDS_DONE_RESULT, TDS_DONEINPROC_RESULT, TDS_DONEPROC_RESULT, TDS_NO_MORE_RESULTS, tds_process_tokens, TDS_RETURN_COMPUTE, TDS_RETURN_ROW, TDS_RETURN_ROWFMT, TDS_ROW_RESULT, TDS_ROWFMT_RESULT, tds_submit_query, TDS_SUCCESS, TDS_TOKEN_RESULTS, test_name, tds_blob::textvalue, tmp, and to_utf8().
Referenced by main().
◆ arabic
const char arabic[] = "العربية" |
|
static |
◆ chinese
const char chinese[] = "简体中文" |
|
static |
◆ english
const char english[] = "English" |
|
static |
◆ french
const char french[] = "Français" |
|
static |
◆ hebrew
const char hebrew[] = "עברית" |
|
static |
◆ japanese
const char japanese[] = "日本語" |
|
static |
◆ portuguese
const char portuguese[] = "Português" |
|
static |
◆ russian
const char russian[] = "Русский" |
|
static |
◆ spanish
const char spanish[] = "Español" |
|
static |
◆ strings
Initial value:= {
}
static const char chinese[]
static const char french[]
static const char arabic[]
static const char portuguese[]
static const char spanish[]
static const char english[]
static const char hebrew[]
static const char japanese[]
static const char russian[]
Definition at line 39 of file utf8_1.c.
Referenced by main(), and test().
◆ tds