Changeset 521
- Timestamp:
- 04/14/07 17:28:09 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/util/encoding/stubEncodingHelper.php
r520 r521 22 22 * Encode any object or array in UTF-8 23 23 * 24 * @param mixed $value 25 * @return mixed 24 * @param mixed $value 25 * @return mixed 26 * @todo write unit test for this method 26 27 */ 27 28 public static function recursiveUtf8Encode($value) {
