Download the PHP package noahfrederick/spionic without Composer
On this page you can find all versions of the php package noahfrederick/spionic. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download noahfrederick/spionic
More information about noahfrederick/spionic
Files in noahfrederick/spionic
Package spionic
Short Description Convert SPIonic-encoded ASCII strings to Unicode
License GPL-3.0-or-later
Informations about the package spionic
Convert SPIonic Greek to Unicode
PHP library for converting SPIonic-encoded ASCII strings to Unicode.
SPIonic is a public domain font that represents ASCII characters as
Greek letters and diacritics. It uses a scheme based on
Beta Code with a few variations, the most significant of which is that
uppercase letters are represented by uppercase letters and lowercase by
lowercase (whereas Beta Code uses *A
for uppercase alpha and A
for
lowercase alpha). This package will convert Greek written using this scheme
into Unicode Greek characters.
Hosted version is available at https://noahfrederick.com/spionic-unicode-converter/.
Installation
Usage
License
Copyright (C) 2010-2019 Noah Frederick
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.