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

charconv_libjcode.c

文字コード変換 (libjcode 使用). [詳細]

#include <sent/stddefs.h>
#include <jlib.h>

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

ソースコードを見る。

関数

boolean charconv_libjcode_setup (char *fromcode, char *tocode, boolean *enable_conv)
char * charconv_libjcode (char *instr, char *outstr, int maxoutlen)

変数

static int convert_to = SJIS
 Conversion target.


説明

文字コード変換 (libjcode 使用).

作者:
Akinobu LEE
日付:
Thu Feb 17 16:02:41 2005
日本語の文字コード(JIS,EUC,SJIS)の相互変換のみ可能である.

Revision
1.1.1.1

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


関数

boolean charconv_libjcode_setup char *  fromcode,
char *  tocode,
boolean enable_conv
 

Setup charset conversion for libjcode.

引数:
fromcode [in] input charset name (ignored, will be auto-detected)
tocode [in] output charset name, or NULL when disable conversion
enable_conv [out] return whether conversion should be enabled or not
戻り値:
TRUE on success, FALSE on failure (unknown name).

charconv_libjcode.c49 行で定義されています。

参照元 j_printf_set_charconv().

char* charconv_libjcode char *  instr,
char *  outstr,
int  maxoutlen
 

Apply charset conversion to a string using libjcode.

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

charconv_libjcode.c88 行で定義されています。

参照元 charconv().


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