代码搜索:UniCode
找到约 10,000 项符合「UniCode」的源代码
代码结果 10,000
www.eeworm.com/read/479151/1343404
c unicode.c
/*
* unicode.c
*
* PURPOSE
* Routines for converting between UTF-8 and OSTA Compressed Unicode.
* Also handles filename mangling
*
* DESCRIPTION
* OSTA Compressed Unicode is explained in
www.eeworm.com/read/472233/1417162
h unicode.h
/*
* Copyright (C) 2006 George Staikos
* Copyright (C) 2006, 2008, 2009 Apple Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* m
www.eeworm.com/read/464823/1524665
map unicode.map
# Windows Version: 5.00.2195
# OEM codepage: 437
# ACP codepage: 1252
# INSTALLED CODEPAGES
10000 (MAC - Roman)
10079 (MAC - Icelandic)
1250 (ANSI - Central Europe)
00a1:21 00a2:63 0
www.eeworm.com/read/247871/4472635
hpp unicode.hpp
#ifndef _RAR_UNICODE_
#define _RAR_UNICODE_
#ifndef _EMX
#define MBFUNCTIONS
#endif
#if defined(MBFUNCTIONS) || defined(_WIN_32) || defined(_EMX) && !defined(_DJGPP)
#define UNICODE_SUPPORTED
#endif
www.eeworm.com/read/242732/4537848
h unicode.h
/*
* Wine internal Unicode definitions
*
* Copyright 2000 Alexandre Julliard
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser
www.eeworm.com/read/242732/4541746
h unicode.h
#ifndef _WINE_UNICODE_H
#define _WINE_UNICODE_H
#include
#include
#include
#include
#define strlenW(s) wcslen((const wchar_t *)(s))
#define st