This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* UTF8StringToArray | |
* Converts a string to a unicode codepoint array | |
* | |
* @param str $str string to convert | |
* @return array the resulting codepoint array | |
*/ | |
private static function UTF8StringToArray($str) { | |
$out = array(); | |
$len = strlen($str); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Script: Date.Swedish.js | |
Date messages for Swdedish. | |
License: | |
MIT-style license. | |
Authors: | |
Carl Holmberg | |