Hotfix 81443

Cannot save components if its text field has a special character sequence (\u2028 and \u2029).

Version
This hotfix concerns SDL Tridion 2011 SP1HR1.
Problem description
Cannot save components if its text field has a special character sequence (\u2028 and \u2029). These characters are allowed in a JSON literal, but not in a Javascript literal.
Hotfix description
The characters are escaped before creating the JSON object.
Distributed files
Types.js
Fixes included
None
Dependencies
None