for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Fisharebest\Localization\Script;
/**
* Class ScriptSund - Representation of the Sundanese script.
*
* @author Greg Roach <[email protected]>
* @copyright (c) 2018 Greg Roach
* @license GPLv3+
*/
class ScriptSund extends AbstractScript implements ScriptInterface
{
public function code()
return 'Sund';
}
public function numerals()
return array('᮰', '᮱', '᮲', '᮳', '᮴', '᮵', '᮶', '᮷', '᮸', '᮹');
public function number()
return '362';
public function unicodeName()
return 'Sundanese';