提交 7e38be6d authored 作者: Brian West's avatar Brian West

w00t

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9256 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 11a540af
...@@ -44,6 +44,7 @@ foreach $file (@sent) { ...@@ -44,6 +44,7 @@ foreach $file (@sent) {
$line =~ s/<(.*?)>//gi;; $line =~ s/<(.*?)>//gi;;
$line =~ s/^\s*//; $line =~ s/^\s*//;
$line =~ s/\s*$//; $line =~ s/\s*$//;
$line =~ s/_/ /g;
@tmp = split(' ', $line); @tmp = split(' ', $line);
foreach $tmp (@tmp) { foreach $tmp (@tmp) {
push(@in, uc($tmp)); push(@in, uc($tmp));
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论