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

📄 charlatin.h

📁 关于rcp2c_v3.rar协议在LINUX下的实现程序
💻 H
📖 第 1 页 / 共 2 页
字号:

/******************************************************************************
 *
 * Copyright (c) 1994-1999 Palm Computing, Inc. or its subsidiaries.
 * All rights reserved.
 *
 * File: CharLatin.h
 *
 * Description:
 *			This file defines the characters found in the Palm OS Latin
 *			character encoding, which is based on the Microsoft code page
 *			1252 character encoding (Microsoft extension to ISO 8859-1
 *			character encoding).
 *
 * History:
 *		March 5th, 1998	Created by Ken Krugler
 *
 *****************************************************************************/

#ifndef __CHARLATIN_H__
#define __CHARLATIN_H__

#ifdef NON_INTERNATIONAL

/***********************************************************************
 * Public constants
 ***********************************************************************/

// Characters found in Chars.h are guaranteed to exist in the regular
// (stdFont, boldFont, largeFont, largeBoldFont) fonts on the device,
// even if the character encoding supported by the device is not Latin.

// The characters listed below are those from the Palm OS Latin character
// encoding which are not part of every possible character encoding that
// will be supported by the Palm OS, and thus should ONLY be used when
// you have first verified that the device's character encoding is
// 
// Characters that are part of code page 1252, but not guaranteed
// to exist in every possible PalmOS encoding. These names are based on
// the Unicode 2.0 standard.

#define	chrReverseSolidus						0x005C  // Is yen char in Japanese fonts.

#define chrEuroSign								0x0080  // Was numeric space (valid thru 3.2)
// Undefined                                                                    0x0081
#define	chrSingleLow9QuotationMark				0x0082
#define	chrSmall_F_Hook							0x0083
#define	chrDoubleLow9QuotationMark				0x0084
#define	chrHorizontalEllipsis					0x0085  // Also at 0x18 in 3.1 and later roms.
#define	chrDagger								0x0086
#define	chrDoubleDagger							0x0087
#define	chrModifierCircumflexAccent				0x0088
#define	chrPerMilleSign							0x0089
#define	chrCapital_S_Caron						0x008A
#define	chrSingleLeftPointingAngleQuotationMark	0x008B
#define	chrCapital_OE							0x008C
// Undefined                                                                    0x008D  // Was diamondChr (valid thru 3.0)
// Undefined                                                                    0x008E  // Was clubChr (valid thru 3.0)
                                                                                                                // Will become chrCapital_Z_Caron
// Undefined                                                                    0x008F  // Was heartChr (valid thru 3.0)
// Undefined                                                                    0x0090  // Was spadeChr (valid thru 3.0)
#define	chrLeftSingleQuotationMark				0x0091
#define	chrRightSingleQuotationMark				0x0092
#define	chrLeftDoubleQuotationMark				0x0093
#define	chrRightDoubleQuotationMark				0x0094
#define	chrBullet								0x0095
#define	chrEnDash								0x0096
#define	chrEmDash								0x0097
#define	chrSmallTilde							0x0098
#define	chrTradeMarkSign						0x0099
#define	chrSmall_S_Caron						0x009A
#define	chrSingleRightPointingAngleQuotationMark 0x009B
#define	chrSmall_OE								0x009C
// Undefined                                                                    0x009D  // Was command stroke (valid thru 3.0)
// Undefined                                                                    0x009E  // Was shortcut stroke (valid thru 3.0)
                                                                                                                // Will become chrSmall_Z_Caron
#define	chrCapital_Y_Diaeresis					0x009F
#define	chrNoBreakSpace							0x00A0
#define	chrInvertedExclamationMark				0x00A1
#define	chrCentSign								0x00A2
#define	chrPoundSign							0x00A3
#define	chrCurrencySign							0x00A4
#define	chrYenSign								0x00A5
#define	chrBrokenBar							0x00A6
#define	chrSectionSign							0x00A7
#define	chrDiaeresis							0x00A8
#define	chrCopyrightSign						0x00A9
#define	chrFeminineOrdinalIndicator				0x00AA
#define	chrLeftPointingDoubleAngleQuotationMark	0x00AB
#define	chrNotSign								0x00AC
#define	chrSoftHyphen							0x00AD
#define	chrRegisteredSign						0x00AE
#define	chrMacron								0x00AF
#define	chrDegreeSign							0x00B0
#define	chrPlusMinusSign						0x00B1
#define	chrSuperscriptTwo						0x00B2
#define	chrSuperscriptThree						0x00B3
#define	chrAcuteAccent							0x00B4
#define	chrMicroSign							0x00B5
#define	chrPilcrowSign							0x00B6
#define	chrMiddleDot							0x00B7
#define	chrCedilla								0x00B8
#define	chrSuperscriptOne						0x00B9
#define	chrMasculineOrdinalIndicator			0x00BA
#define	chrRightPointingDoubleAngleQuotationMark 0x00BB
#define	chrVulgarFractionOneQuarter				0x00BC
#define	chrVulgarFractionOneHalf				0x00BD
#define	chrVulgarFractionThreeQuarters			0x00BE
#define	chrInvertedQuestionMark					0x00BF
#define	chrCapital_A_Grave						0x00C0
#define	chrCapital_A_Acute						0x00C1
#define	chrCapital_A_Circumflex					0x00C2
#define	chrCapital_A_Tilde						0x00C3
#define	chrCapital_A_Diaeresis					0x00C4
#define	chrCapital_A_RingAbove					0x00C5
#define	chrCapital_AE							0x00C6
#define	chrCapital_C_Cedilla					0x00C7
#define	chrCapital_E_Grave						0x00C8
#define	chrCapital_E_Acute						0x00C9
#define	chrCapital_E_Circumflex					0x00CA
#define	chrCapital_E_Diaeresis					0x00CB
#define	chrCapital_I_Grave						0x00CC
#define	chrCapital_I_Acute						0x00CD
#define	chrCapital_I_Circumflex					0x00CE
#define	chrCapital_I_Diaeresis					0x00CF
#define	chrCapital_Eth							0x00D0
#define	chrCapital_N_Tilde						0x00D1
#define	chrCapital_O_Grave						0x00D2
#define	chrCapital_O_Acute						0x00D3
#define	chrCapital_O_Circumflex					0x00D4
#define	chrCapital_O_Tilde						0x00D5
#define	chrCapital_O_Diaeresis					0x00D6
#define	chrMultiplicationSign					0x00D7
#define	chrCapital_O_Stroke						0x00D8
#define	chrCapital_U_Grave						0x00D9
#define	chrCapital_U_Acute						0x00DA
#define	chrCapital_U_Circumflex					0x00DB
#define	chrCapital_U_Diaeresis					0x00DC
#define	chrCapital_Y_Acute						0x00DD
#define	chrCapital_Thorn						0x00DE
#define	chrSmall_SharpS							0x00DF
#define	chrSmall_A_Grave						0x00E0
#define	chrSmall_A_Acute						0x00E1
#define	chrSmall_A_Circumflex					0x00E2
#define	chrSmall_A_Tilde						0x00E3
#define	chrSmall_A_Diaeresis					0x00E4
#define	chrSmall_A_RingAbove					0x00E5
#define	chrSmall_AE								0x00E6
#define	chrSmall_C_Cedilla						0x00E7
#define	chrSmall_E_Grave						0x00E8
#define	chrSmall_E_Acute						0x00E9
#define	chrSmall_E_Circumflex					0x00EA
#define	chrSmall_E_Diaeresis					0x00EB
#define	chrSmall_I_Grave						0x00EC
#define	chrSmall_I_Acute						0x00ED
#define	chrSmall_I_Circumflex					0x00EE
#define	chrSmall_I_Diaeresis					0x00EF
#define	chrSmall_Eth							0x00F0
#define	chrSmall_N_Tilde						0x00F1
#define	chrSmall_O_Grave						0x00F2
#define	chrSmall_O_Acute						0x00F3
#define	chrSmall_O_Circumflex					0x00F4
#define	chrSmall_O_Tilde						0x00F5
#define	chrSmall_O_Diaeresis					0x00F6
#define	chrDivisionSign							0x00F7
#define	chrSmall_O_Stroke						0x00F8
#define	chrSmall_U_Grave						0x00F9
#define	chrSmall_U_Acute						0x00FA
#define	chrSmall_U_Circumflex					0x00FB
#define	chrSmall_U_Diaeresis					0x00FC
#define	chrSmall_Y_Acute						0x00FD
#define	chrSmall_Thorn							0x00FE

⌨️ 快捷键说明

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