for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Fisharebest\Localization\Script;
/**
* Class ScriptJava - Representation of the Javanese script.
*
* @author Greg Roach <[email protected]>
* @copyright (c) 2018 Greg Roach
* @license GPLv3+
*/
class ScriptJava extends AbstractScript implements ScriptInterface
{
public function code()
return 'Java';
}
public function numerals()
return array('꧐', '꧑', '꧒', '꧓', '꧔', '꧕', '꧖', '꧗', '꧘', '꧙');
public function number()
return '361';
public function unicodeName()
return 'Javanese';