All fields for items and characters should be URI encoded with encodeURI() before being saved in the database. They should then be decoded with decodeURI() before being displayed. This will allow special characters and text formatting to be maintained.
All fields for items and characters should be URI encoded with encodeURI() before being saved in the database. They should then be decoded with decodeURI() before being displayed. This will allow special characters and text formatting to be maintained.