Bug 915886

Summary: maven plugin should not use system encoding to write .po file
Product: [Retired] Zanata Reporter: Greg henry <ghynxmail>
Component: Component-MavenAssignee: Isaac Rooskov <irooskov>
Status: CLOSED DUPLICATE QA Contact: Zanata-QA Mailling List <zanata-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 2.1CC: dchen, yshao
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-09-26 08:47:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Greg henry 2013-02-26 17:24:00 UTC
User-Agent:       Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.97 Safari/537.22
Build Identifier: 

Using Windows server and client (2008 r2 server and win 7 client) 
All .po file retrieved with the maven plugin are encoded with using default system  
encoding (ISO-8859-1). 

Po file must be written in utf-8 (as specified inside the file) by default, or a properties must be set to change encoding (also inside the file) if choosen by user.

Zanata server version 2.0.2
Maven plugin version 2.0.2 SNAPSHOT 

Reproducible: Always

Steps to Reproduce:
1. use a window client 
2. try mvn zanata:pull for a project 
3.
Actual Results:  
.po files are encoded in ISO-8859-1

Expected Results:  
.po must be encoded in UTF-8

Comment 1 Ding-Yi Chen 2013-09-26 08:47:38 UTC

*** This bug has been marked as a duplicate of bug 982891 ***