/[webpac]/branches/ffzg/my_unac_string.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/ffzg/my_unac_string.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 776 by dpavlin, Sun Jan 16 18:57:15 2005 UTC revision 777 by dpavlin, Tue Sep 16 22:33:48 2008 UTC
# Line 5  Line 5 
5  use Text::Unaccent 1.02;        # 1.01 won't compile on my platform,  use Text::Unaccent 1.02;        # 1.01 won't compile on my platform,
6    
7  sub my_unac_string {  sub my_unac_string {
8            no warnings;
9          my $charset = shift || return;          my $charset = shift || return;
10          my $string = shift || return;          my $string = shift || return;
11          $string = unac_string($charset,$string);          $string = unac_string($charset,$string);

Legend:
Removed from v.776  
changed lines
  Added in v.777

  ViewVC Help
Powered by ViewVC 1.1.26