=== modified file 'dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/WEB-INF/dhis-web-mobile-velocity/message.vm' --- dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/WEB-INF/dhis-web-mobile-velocity/message.vm 2012-10-30 15:35:11 +0000 +++ dhis-2/dhis-web/dhis-web-mobile/src/main/webapp/WEB-INF/dhis-web-mobile-velocity/message.vm 2012-11-06 10:40:27 +0000 @@ -25,7 +25,7 @@ $.ajax({ url : '$baseUrl/../api/messageConversations/${messageId}', type : 'post', - contentType : 'text/plain', + contentType : 'text/plain; charset=UTF-8', data : msg }).success(function () { $.mobile.hidePageLoadingMsg();