Content
View differences
Updated by Sebastian Schuster over 12 years ago
**QA system**
- preview.openproject.org
**Actual behavior**
- After the migration, Non-ASCII characters on the MyProjectPage are not displayed correctly
**Expected behavior**
- The MyProjectPage should look like before
**Details**
- Existing serialized yaml data was created using the syck serializer with manual escaping of non-ascii characters in texts
- With Ruby 1.9.3, psych replaced syck and existing data is not read correctly by psych if it contains escaped characters
- Proposed solution: implement a migration reading all existing data with syck and store it with psych
- preview.openproject.org
**Actual behavior**
- After the migration, Non-ASCII characters on the MyProjectPage are not displayed correctly
**Expected behavior**
- The MyProjectPage should look like before
**Details**
- Existing serialized yaml data was created using the syck serializer with manual escaping of non-ascii characters in texts
- With Ruby 1.9.3, psych replaced syck and existing data is not read correctly by psych if it contains escaped characters
- Proposed solution: implement a migration reading all existing data with syck and store it with psych