Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 373561

Summary: Orion FileService writes as ASCII
Product: [ECD] Orion Reporter: Simon Kaegi <simon_kaegi>
Component: ClientAssignee: Project Inbox <orion.client-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 0.4   
Target Milestone: 0.5 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Simon Kaegi CLA 2012-03-07 12:16:33 EST
I noticed we're not sending a charset or content type when saving text. Net result is the server interprets the text as ascii and we lose any characters that are not  in the charset. We should set "text/plain;charset=UTF-8" as a default for string data.
Comment 1 Simon Kaegi CLA 2012-03-07 12:42:37 EST
Fixed in Master