File: use_encoding

package info (click to toggle)
pocketsphinx 0.8%2B5prealpha%2B1-15
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 44,124 kB
  • sloc: ansic: 22,159; sh: 11,483; python: 657; makefile: 381; perl: 301
file content (15 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
 test/word_align.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/test/word_align.pl
+++ b/test/word_align.pl
@@ -11,7 +11,7 @@ use strict;
 use Getopt::Long;
 use Pod::Usage;
 use vars qw($Verbose $CER $IgnoreUttID);
-use encoding 'utf8';
+use utf8;
 
 my ($help,%hyphash);
 GetOptions(