aboutsummaryrefslogtreecommitdiffstats
path: root/english/template/debian/openrecode.wml
diff options
context:
space:
mode:
authorOsamu Aoki <osamu>2009-08-22 18:33:12 +0000
committerOsamu Aoki <osamu>2009-08-22 18:33:12 +0000
commita9d67b25214c000e8ca170a97c0323a4b9ae3cca (patch)
tree8c1867eb7c9e02750b2c61bddb79b2d6d7a594e5 /english/template/debian/openrecode.wml
parent02659231c234ebf16c155fff369ac3564e7b3bdd (diff)
Per KURASAWA Nozomu (nabetaro)
Japanese use UTF-8 now CVS version numbers english/template/debian/openrecode.wml: 1.1 -> 1.2
Diffstat (limited to 'english/template/debian/openrecode.wml')
-rw-r--r--english/template/debian/openrecode.wml11
1 files changed, 1 insertions, 10 deletions
diff --git a/english/template/debian/openrecode.wml b/english/template/debian/openrecode.wml
index 8554553dcb3..487019744b4 100644
--- a/english/template/debian/openrecode.wml
+++ b/english/template/debian/openrecode.wml
@@ -8,16 +8,7 @@ sub openrecode {
local *FILE;
my $path;
# Put here special cases
- if ($CUR_ISO_LANG eq 'ja')
- {
- while ($path = shift) {
- if (-e $path) {
- open(FILE,"/usr/bin/kcc -e $path |");
- return *FILE;
- }
- }
- return undef;
- }
+ # no more since we use UTF-8
# ... and by default return a filehandle on the first file found.
while ($path = shift) {
if (-e $path) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy