代码搜索:Encoding
找到约 10,000 项符合「Encoding」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5942905
h mhn.h
/* mhn.h - definitions for mhn & friends */
/* @(#)$Id: mhn.h,v 1.3 1993/08/20 15:43:43 jromine Exp $ */
#define VRSN_FIELD "MIME-Version"
#define VRSN_VALUE "1.0"
#define XXX_FIELD_PRF "Content-"
www.eeworm.com/read/125811/6022069
bdftobogl
#! /usr/bin/perl -w
use POSIX;
if ($#ARGV < 0) {
print "Usage: bdftobogl font.bdf > font.c\n";
exit -1;
}
$file = $ARGV[0];
$font = $file;
$font =~ s/\.bdf//;
$font =~ tr/a-zA-Z0-9_/_/cs;
www.eeworm.com/read/158106/5598666
bdftobogl
#! /usr/bin/perl -w
use POSIX;
if ($#ARGV < 0) {
print "Usage: bdftobogl font.bdf > font.c\n";
exit -1;
}
$file = $ARGV[0];
$font = $file;
$font =~ s/\.bdf//;
$font =~ tr/a-zA-Z0-9_/_/cs;