Coder Social home page Coder Social logo

lingua-de-ascii's Introduction

Lingua/DE/ASCII version 0.13
============================

NAME

Lingua::DE::ASCII - Perl extension to convert german umlauts to and from ascii

SYNOPSIS

  use Lingua::DE::ASCII;
  print to_ascii("Umlaute wie ä,ö,ü,ß oder auch é usw. " .
                 "sind nicht im ASCII Format " .
                 "und werden deshalb umgeschrieben);
  print to_latin1("Dies muesste auch rueckwaerts funktionieren ma cherie");


DESCRIPTION

This module enables conversion from and to the ASCII format of german texts.

It has two methods: C<to_ascii> and C<to_latin1> which one do exactly what they say.

EXPORT

to_ascii($string)
to_latin1($string)


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

The self test is very intensive,
it may need 10 minutes as it tests with a huge german word list.
If it is to long for, just look for the first few seconds,
if no error occurs up till then, it shouldn't happen in the remaining minutes and
it should be O.K. to skip the remaining test.
(And to give you a feeling, a progress bar is shown)

DEPENDENCIES

This module requires these other modules and libraries:

Test::More (only for testing)

If you want a nicer feeling when testing and waiting,
you should also install
Term::ProgressBar

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2003 Janek Schleicher

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

lingua-de-ascii's People

Contributors

hanfried avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.