Issue 42739 - Remove non-ASCII characters from line ends in C(++) sources
Summary: Remove non-ASCII characters from line ends in C(++) sources
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: bjoern.milcke
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-14 13:45 UTC by daniel.rentz
Modified: 2005-02-28 17:50 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description daniel.rentz 2005-02-14 13:45:44 UTC
*** autogenerated child task for Issue 36782 ***
Comment 1 daniel.rentz 2005-02-14 14:01:09 UTC
In file sch/source/core/chtmode2.cxx, line 466. Non-ASCII chars followed by \n 
may confuse MS compilers using multibyte text encodings, see parent issue 
36782. Please check other files in sch too.
Comment 2 bjoern.milcke 2005-02-14 16:26:10 UTC
removed all characters >= 0x80 in chart sources (comments)
Comment 3 bjoern.milcke 2005-02-18 14:42:59 UTC
a perl-grep for all hxx and cxx files in module sch for "[\x80-\xff]" (all
non-7bit ASCII characters) no longer yields any hits.
Comment 4 bjoern.milcke 2005-02-28 17:50:23 UTC
The aforementioned grep yields no hits for hxx/cxx files in the SRC680.m82 master.