代码搜索:UNICode
找到约 10,000 项符合「UNICode」的源代码
代码结果 10,000
www.eeworm.com/read/122330/14700892
unicode
#
# Name: ISO/IEC 8859-1:1998 to Unicode
# Unicode version: 3.0
# Table version: 1.0
# Table format: Format A
# Date: 1999 July 27
# Authors: Ken Whistler
www.eeworm.com/read/276929/4160812
unicode
#---------------------------------------------------------------------------
# Unicode: BOM prefixed text files - Adrian Havill
#
0 string +/v8 Unicode text, UTF-7
0 stri
www.eeworm.com/read/370123/9616988
unicodeͺ
www.eeworm.com/read/190083/8449226
h unicode.h
#ifndef UNICODE_LIB_INCLUDED
#define UNICODE_LIB_INCLUDED
#ifdef __cplusplus
extern "C" {
#endif
// Define the basic types for storing Unicode
typedef unsigned long UTF32;
typedef unsigne
www.eeworm.com/read/190083/8449229
c unicode.c
//
// UNICODE.C
//
// Unicode conversion routines
//
// www.catch22.net
// Written by J Brown 2006
//
// Freeware
//
#define STRICT
#define WIN32_LEAN_AND_MEAN
#include
#
www.eeworm.com/read/433274/8534234
h unicode.h
#ifndef UNICODE_H
#define UNICODE_H
/*
// The documentation below comes from the fd32 project.
// The implementation is separate though.
A UTF-8 character is converted to a wide character (UTF-32
www.eeworm.com/read/433274/8534273
cpp unicode.cpp
#ifdef WXWIDGETS
#include "wx/wx.h"
#include "utils/unicode-fd32.h"
#endif
// Mainly for NULL
#include
// Simple functions to handle conversion to and from Unicode/UTF8
// and al