/[webpac]/trunk/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 /trunk/my_unac_string.pm

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

revision 320 by dpavlin, Sun Apr 18 00:57:39 2004 UTC revision 350 by dpavlin, Tue Jun 15 22:08:42 2004 UTC
# Line 4  Line 4 
4    
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          my $charset = shift || return;          my $charset = shift || return;
9          my $string = shift || return;          my $string = shift || return;
10          $string = unac_string($charset,$string);          $string = unac_string($charset,$string);

Legend:
Removed from v.320  
changed lines
  Added in v.350

  ViewVC Help
Powered by ViewVC 1.1.26