unicode.h
来自「本程序为ST公司开发的源代码」· C头文件 代码 · 共 34 行
H
34 行
/******************************************************************************/
/*! \file
*
* Project Scope: CDM M8
*
* Organization: Philips APM-DS
*
* Version Control:
* \source sources/genlib/unicode/unicode.h
* \version 0.1
* \author Bernard Bosnjak
* \date 18.09.2006
*
* Target Hardware: Accordo
*******************************************************************************
* \brief Unicode conversion
*
* \par Change History:
*
******************************************************************************/
#ifndef _UNICODE_H_
#define _UNICODE_H_
typedef enum {
UTF8,
UTF16,
UTF16BE,
UTF16LE,
ISO8859_1,
SJIS,
} t_encodings;
#endif /* _UNICODE_H_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?