メインページ | モジュール | データ構造 | Directories | ファイル一覧 | データフィールド | グローバル | 関連ページ

charconv.c

文字コード変換. [詳細]

#include <sent/stddefs.h>

charconv.cのインクルード依存関係図

ソースコードを見る。

関数

boolean j_printf_set_charconv (char *fromcode, char *tocode)
char * charconv (char *instr, char *outstr, int maxoutlen)

変数

static boolean convert_enabled = FALSE
 TRUE if charset converstion is enabled.


説明

文字コード変換.

作者:
Akinobu LEE
日付:
Thu Feb 17 16:02:41 2005
実際には,環境にあわせて iconv, Win32, libjcode のどれかを呼び出す.

Revision
1.1.1.1

charconv.c で定義されています。


関数

boolean j_printf_set_charconv char *  fromcode,
char *  tocode
 

Setup charset conversion.

引数:
fromcode [in] input charset name (only libjcode accepts NULL)
tocode [in] output charset name, or NULL when disable conversion
戻り値:
TRUE on success, FALSE on failure.

charconv.c46 行で定義されています。

参照元 main().

char* charconv char *  instr,
char *  outstr,
int  maxoutlen
 

Apply charset conversion to a string.

引数:
instr [in] source string
outstr [in] destination buffer
maxoutlen [in] allocated length of outstr in byte.
戻り値:
either of instr or outstr, that holds the result string.

charconv.c80 行で定義されています。

参照元 j_printerr(), j_printf(), と module_send().


Juliusに対してTue Mar 28 16:22:42 2006に生成されました。  doxygen 1.4.2