Changeset 1809
- Timestamp:
- 03/31/2007 02:17:50 AM (19 months ago)
- Files:
-
- 1 modified
-
branches/3.0/framework/Web/Javascripts/TJSON.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/framework/Web/Javascripts/TJSON.php
r1397 r1809 751 751 { 752 752 $uni = unpack('n*',$str); 753 return unicode_to_utf8($uni);753 return $this->unicode_to_utf8($uni); 754 754 } 755 755
