-
Logged In: YES
user_id=846621
Sorry, I'm wrong. What I need is something like
``language_alias'' :P
Browser gives Accept-Language with zh-tw, which will be
treated as zh_TW. But I want zh_TW.utf8 .
I hope this feature is accepted ;)
Thanks,
Victor.
2005-08-11 05:05:15 UTC in Gallery
-
Logged In: YES
user_id=846621
Hi jenst,
My gallery is here: http://victor.csie.org/gallery/ .
I think the problem is probably in lib/lang.php around where
my patch patched. My observation is, in my mentioned
situation, the ``charset'' is BIG5 which is nothing to do
with zh_TW.utf8 but zh_TW. But since I've aliased zh_TW, it
shouldn't appear there.
Well, I've remove my patch. If...
2005-08-09 04:13:06 UTC in Gallery
-
Hi, I've found a bug for you guys ;)
My gallery (1.5) is running with locale = zh_TW.utf8 by
default, and zh_TW is aliased to zh_TW.utf8. If
ML_mode = 1, every goes perfect. But when ML_mode = 2,
the content of the web page is still correct whereas
the ``charset'' configuration in the HTTP header is
Big5, which is the charset of zh_TW locale
(non-aliased). Something should be...
2005-08-08 09:30:19 UTC in Gallery
-
Hi all, I think debpatch is stable enough now. I think some developers will be interested in it, especially who like to apply their personal patch.
Enjoy it :)
Victor.
2004-11-11 11:14:00 UTC in debpatch
-
Hello, this is the first release of debpath.
Enjoy it :)
2004-10-11 14:03:59 UTC in debpatch
-
Logged In: YES
user_id=846621
debpatch is a perl script which can help a user to build
Debian packages with their own patches automatically. It's
very useful to one who likes to upgrade the whole system
from day to day, but not necessary to patch some of them by
their own. It provide a automatic way to let a user enjoy
not only the new feature of a program, but their own patched...
2004-10-11 12:27:03 UTC in SourceForge.net
-
I've registered a project named "debpatch" several days
ago. But it was rejected. I have no idea, can you
give me a hand?
Thanks for your assistant.
Victor.
2004-10-09 15:38:08 UTC in SourceForge.net
-
victorhsieh registered the debpatch project.
2004-10-01 03:04:57 UTC in debpatch
-
Hi,
I just patched gkacpi for the new /proc interface of
Linux kernel 2.6. And I also add a new entry for
current "throttling" status. You can get it either
from the attached file or http://victor.csie.org/patch/gkacpi.patch
In my patch, there are two UI changed (just for my own
habit, you may just remove this part :) One is...
2004-05-16 04:35:51 UTC in ACPI plugin for GKrellM
-
I wrote a program in flex to replace the integers
spelled out in English into digis, and 0-99 to its
English equivalent.
But when I generated with lex 2.5.31, something wrong
appeared, and things goes very well with 2.5.4.
Here are the two lex files:
http://victor.csie.org/tmp/hw1.lex
http://victor.csie.org/tmp/hw1_wrong.lex
Hope this help :)
ps. hw1.lex fix my own bug to...
2004-03-06 14:26:34 UTC in flex: the fast lexical analyser