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

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

revision 164 by dpavlin, Sat Nov 22 22:04:05 2003 UTC revision 167 by dpavlin, Sun Nov 23 15:36:12 2003 UTC
# Line 2  Line 2 
2  # Croatian language which isn't really accented (ð) but needs to be coverted  # Croatian language which isn't really accented (ð) but needs to be coverted
3  # to unaccented equivalent (d)  # to unaccented equivalent (d)
4    
5  sub unac_string {  sub unac_string($$) {
6          my $charset = shift || return;          my $charset = shift || return;
7          my $string = shift || return;          my $string = shift || return;
8  #       $string = Text::Unaccent::unac_string($charset,$string);  #       $string = Text::Unaccent::unac_string($charset,$string);

Legend:
Removed from v.164  
changed lines
  Added in v.167

  ViewVC Help
Powered by ViewVC 1.1.26