Download the PHP package olcaytaner/deasciifier without Composer
On this page you can find all versions of the php package olcaytaner/deasciifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download olcaytaner/deasciifier
More information about olcaytaner/deasciifier
Files in olcaytaner/deasciifier
Package deasciifier
Short Description Turkish Deasciifier library
License GPL-3.0-or-later
Informations about the package deasciifier
Turkish Deasciifier
This tool is used to turn Turkish text written in ASCII characters, which do not include some letters of the Turkish alphabet, into correctly written text with the appropriate Turkish characters (such as ı, ş, and so forth). It can also do the opposite, turning Turkish input into ASCII text, for the purpose of processing.
Simple Web Interface
Asciifier Link 1 Asciifier Link 2
Deasciifier Link 1 Deasciifier Link 2
Video Lectures
For Developers
You can also see Java, Python, Cython, Swift, Js, C#, C++, or C repository.
For Contibutors
composer.json file
-
autoload is important when this package will be imported.
- Dependencies should be maximum (not only direct but also indirect references should also be given), everything directly in the code should be given here.
Data files
- Add data files to the project folder. Subprojects should include all data files of the parent projects.
Php files
-
Do not forget to comment each function.
-
Function names should follow caml case.
-
Write getter and setter methods.
-
Use standard javascript test style by extending the TestCase class. Use setup when necessary.
-
Enumerated types should be declared with enum.
-
If there are multiple constructors for a class, define them as constructor1, constructor2, ..., then from the original constructor call these methods.
-
Use __toString method if necessary to create strings from objects.
- Use xmlparser package for parsing xml files.
All versions of deasciifier with dependencies
ext-intl Version *
