Issue 96398

Summary: fix helpex parser that it write unix line ends on all plattforms including windows
Product: Internationalization Reporter: ivo.hinkelmann
Component: codeAssignee: ivo.hinkelmann
Status: CLOSED FIXED QA Contact: issues@l10n <issues>
Severity: Trivial    
Priority: P1 (highest) CC: issues
Version: current   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description ivo.hinkelmann 2008-11-20 16:57:08 UTC
fix helpex parser that it write unix line ends on all plattforms including windows
Comment 1 ivo.hinkelmann 2008-11-20 16:59:44 UTC
RCS file: /cvs/l10n/transex3/source/xmlparse.cxx,v
retrieving revision 1.24
diff -r1.24 xmlparse.cxx
276c276
<                       ofstream aFStream( aFilename.GetBuffer() , ios::out |
ios::trunc );
---
>                       ofstream aFStream( aFilename.GetBuffer() , ios::out |
ios::trunc | ios::binary );

-> fixed 
Comment 2 Martin Hollmichel 2009-08-13 09:41:15 UTC
close issue.