readme
来自「PostgreSQL7.4.6 for Linux」· 代码 · 共 16 行
TXT
16 行
common.c: public functions for both the backend and the frontend. requires conv.c and wchar.cconv.c: static functions and a public table for code conversionwchar.c: mostly static functions and a public table for mb string and multibyte conversionmbutilc.c: public functions for the backend only. requires conv.c and wchar.cwstrcmp.c: strcmp for mbwstrncmp.c: strncmp for mbalt.c: a tool to generate KOI8 <--> CP866 conversion tableiso.c: a tool to generate KOI8 <--> ISO8859-5 conversion tablewin.c: a tool to generate KOI8 <--> CP1251 conversion tablebig5.c: conversion between BIG5 and Mule Internal Code(CNS 116643-1992 plane 1 and plane 2).utftest.c: test driver for utf2wchar()
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?