有谁知道iso-8859 - * .h文件在哪里? [英] anyone know where iso-8859-*.h files are?

查看:66
本文介绍了有谁知道iso-8859 - * .h文件在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在编写一个程序,将类型1 psf字体转换为
文件到一个兼容linux内核的编译字体格式的文件

(参见drivers / video / console / font_8x16.c)。由于用于生成

的cpi2fnt文件,8x16字体已经失效了。


我在psf格式中遇到的问题

[ http:// www.win.tue.nl/~aeb/linux/kbd...ormats-1.html]

是内核文件需要按顺序创建所有字体* *

他们的小数值。所以,例如;欧元图表将是列表中的第165个字体。而psf格式允许图形在文件中的任何位置,并且
在末尾使用unicode条目来说明在哪里。


这将是否定的问题;如果我有这样的查找表!


有没有人知道任何(希望系统/标准).h文件,其中有一个列表

的所有iso -8859- * unicodes及其相关的十进制值?我想我可以自己制作一个......但是看起来这是一个平凡的任务,并且那里

必须是一组iso-8859- *。 h文件有一个Unicode(U +)

值列表和每个字符集的十进制等值...

i am currently in the process of writing a program to convert a type 1 psf font
file into a file compatible with the linux kernel''s format for compiled-in fonts
(see drivers/video/console/font_8x16.c). since the cpi2fnt file used to generate
the 8x16 font has gone awol.

the problem i have encountered in the psf format
[http://www.win.tue.nl/~aeb/linux/kbd...ormats-1.html]
is that the kernel file requires all the fonts to be created *in order* with
their decimal value. so, for example; the euro graph would be the 165th font in
the list. whereas the psf format allows graphs to be anywhere in the file and
uses a unicode entry at the end to say what goes where.

this would be no problem; if i had such a lookup table!

does anyone know of any (hopefully system/standard) .h file which has a listing
of all the iso-8859-* unicodes and their associated decimal values? i suppose i
could make one on my own... but it seems like such a mundane task, and there
MUST be a set of iso-8859-*.h files out there that have a list of Unicode (U+)
values and decimal equivalents for each character set...

推荐答案

Sam Halliday写道:
Sam Halliday wrote:
有没有人知道任何(希望系统/标准).h文件,其中包含所有iso-8859- * unicodes及其相关小数的列表值?我想我可以自己制作一个...但它似乎是一个平凡的任务,
并且必须有一组iso-8859 - * .h文件,其中有一个列表
每个字符集的Unicode(U +)值和十进制等值...
does anyone know of any (hopefully system/standard) .h file which has a
listing of all the iso-8859-* unicodes and their associated decimal values? i
suppose i could make one on my own... but it seems like such a mundane task,
and there MUST be a set of iso-8859-*.h files out there that have a list of
Unicode (U+) values and decimal equivalents for each character set...



经过几个小时的谷歌搜索后,
...我终于偶然发现了这个,我可以为我的需求提供时尚:
http://www.cs.tut.fi/~jkorpela/iso8859


但是我仍然有兴趣听听是否有系统/标准头文件

(或函数调用?)将为我这样做。



after a few hours of googling... i finally stumbled upon this, which i can
fashion for my needs:
http://www.cs.tut.fi/~jkorpela/iso8859

but i''d still be interested to hear if there is a system/standard header file
(or function call?) which will do this for me.


2004年7月13日星期二00:59 :29 +0000(UTC),Sam Halliday

< em *** @ example.com>在comp.lang.c中写道:
On Tue, 13 Jul 2004 00:59:29 +0000 (UTC), Sam Halliday
<em***@example.com> wrote in comp.lang.c:
我目前正在编写程序,将类型1 psf字体文件转换为与linux内核兼容的文件编译字体的格式
(参见drivers / video / console / font_8x16.c)。因为用于生成8x16字体的cpi2fnt文件已经破坏了。

我在psf格式中遇到的问题
[ http://www.win.tue.nl/~aeb/linux /kbd...ormats-1.html]
是内核文件要求所有字体*按顺序*创建*,其中包含
十进制值。所以,例如;欧元图表将是列表中的第165个字体。而psf格式允许图形在文件中的任何位置,并且
在末尾使用unicode条目来说明在哪里。

这不是问题;如果我有这样的查找表!

有没有人知道任何(希望系统/标准).h文件,其中包含所有iso-8859- * unicodes及其相关联的列表小数值?我想我可以自己制作一个...但它看起来像是一个平凡的任务,并且那里必须是一组iso-8859 - * .h文件,其中有一个列表每个字符集的Unicode(U +)
值和十进制等值...
i am currently in the process of writing a program to convert a type 1 psf font
file into a file compatible with the linux kernel''s format for compiled-in fonts
(see drivers/video/console/font_8x16.c). since the cpi2fnt file used to generate
the 8x16 font has gone awol.

the problem i have encountered in the psf format
[http://www.win.tue.nl/~aeb/linux/kbd...ormats-1.html]
is that the kernel file requires all the fonts to be created *in order* with
their decimal value. so, for example; the euro graph would be the 165th font in
the list. whereas the psf format allows graphs to be anywhere in the file and
uses a unicode entry at the end to say what goes where.

this would be no problem; if i had such a lookup table!

does anyone know of any (hopefully system/standard) .h file which has a listing
of all the iso-8859-* unicodes and their associated decimal values? i suppose i
could make one on my own... but it seems like such a mundane task, and there
MUST be a set of iso-8859-*.h files out there that have a list of Unicode (U+)
values and decimal equivalents for each character set...




您对标准C编程的确切问题是什么?br / >
语言? C甚至没有指定任何特定的字符集,无论是源代码还是执行环境都是



-

Jack Klein

主页: http://JK-Technology.Com

常见问题解答

comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html

comp.lang.c ++ < a rel =nofollowhref =http://www.parashift.com/c++-faq-lite/target =_ blank> http://www.parashift.com/c++-faq-lite/

alt.comp.lang.learn.c-c ++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html



And exactly what is your question about the standard C programming
language? C doesn''t even specify any particular character set, either
for source or for the execution environment.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html


Sam Halliday< em *** @ example.com>写道:
Sam Halliday <em***@example.com> wrote:
有没有人知道任何(希望系统/标准).h文件,其中包含所有iso-8859- * unicodes的列表及其相关的十进制值?
does anyone know of any (hopefully system/standard) .h file which has a listing
of all the iso-8859-* unicodes and their associated decimal values?




没有这样的标准标题。至于从其他

系统获取标题,就是这样的:< http://www.eskimo.com/~scs/C-faq/q10.11.html>。br />

Richard



There is no such Standard header. As for getting headers from other
systems, there''s this: <http://www.eskimo.com/~scs/C-faq/q10.11.html>.

Richard


这篇关于有谁知道iso-8859 - * .h文件在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆