Issue 96398 - fix helpex parser that it write unix line ends on all plattforms including windows
Summary: fix helpex parser that it write unix line ends on all plattforms including wi...
Status: CLOSED FIXED
Alias: None
Product: Internationalization
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P1 (highest) Trivial (vote)
Target Milestone: ---
Assignee: ivo.hinkelmann
QA Contact: issues@l10n
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-20 16:57 UTC by ivo.hinkelmann
Modified: 2013-08-07 15:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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.