⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 utf_tests.h

📁 utf8转换工具
💻 H
字号:
/*
* Written by Boby Thomas Pazheparampil. (March 2007.)
* Platform independent code.  (I hope so)
* Tested with Windows 2000, XP, Cygwin and Linux Debian.
*/


#ifndef utf_tests_h__
#define utf_tests_h__

#include "utf_functions.h"


bool TESTconvertHex2UTF();

bool TESTconvertUTF2Hex();

bool TESTfindLengthUTF();

bool TESTgenerateUTFFileDetails();

bool TESThex2binary();

bool TESTbinary2hex();

#endif //utf_tests_h__

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -