[MPlayer-users] unicode subtitles
Georgi Georgiev
chutz at thunder.lo.chubaka.net
Thu May 2 05:35:02 CEST 2002
I feel awkward having a conversation by myself, but I found another little annoying buggy.
TOOLS/subfont-c/encodings/charmap2enc has a line saying if (c<"80"), and I don't understand what it is doing there. There are a lot of single-byte encodings that use almost all the 0x100 possible values of a byte. I for example couldn't create a koi8-r font because of that.
Here, this is what I am talking about.
--- TOOLS/subfont-c/encodings/charmap2enc.old Thu May 2 12:24:34 2002
+++ TOOLS/subfont-c/encodings/charmap2enc Thu May 2 12:25:46 2002
@@ -3,7 +3,6 @@
$2~"^/x..$" {
c = substr($2, 3, 2)
- if (c<"80")
print substr($1, 3, 4) "\t" c
}
$2~"^/x../x..$" {
--
Chutz <chutz at chubaka.homeip.net>
--------------------------------
The learning of books that you do not make your own wisdom is money in
the hands of another in time of need.
-old Sanskrit proverb
More information about the MPlayer-users
mailing list