readme

来自「postgresql8.3.4源码,开源数据库」· 代码 · 共 12 行

TXT
12
字号
encnames.c:	public functions for both the backend and the frontend.conv.c:		static functions and a public table for code conversionwchar.c:	mostly static functions and a public table for mb string and		multibyte conversionmbutils.c:	public functions for the backend only.		requires conv.c and wchar.cwstrcmp.c:	strcmp for mbwstrncmp.c:	strncmp for mbwin866.c:	a tool to generate KOI8 <--> CP866 conversion tableiso.c:		a tool to generate KOI8 <--> ISO8859-5 conversion tablewin1251.c:	a tool to generate KOI8 <--> CP1251 conversion table

⌨️ 快捷键说明

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