Click here to Skip to main content
15,891,513 members
Home / Discussions / C#
   

C#

 
GeneralRe: File I/O - New Line Character Pin
1.21 Gigawatts18-Feb-10 3:31
1.21 Gigawatts18-Feb-10 3:31 
AnswerRe: File I/O - New Line Character Pin
Luc Pattyn18-Feb-10 3:38
sitebuilderLuc Pattyn18-Feb-10 3:38 
GeneralRe: File I/O - New Line Character Pin
1.21 Gigawatts18-Feb-10 3:40
1.21 Gigawatts18-Feb-10 3:40 
GeneralRe: File I/O - New Line Character Pin
harold aptroot18-Feb-10 3:42
harold aptroot18-Feb-10 3:42 
GeneralRe: File I/O - New Line Character Pin
ragnaroknrol18-Feb-10 3:46
ragnaroknrol18-Feb-10 3:46 
GeneralRe: File I/O - New Line Character Pin
1.21 Gigawatts18-Feb-10 3:49
1.21 Gigawatts18-Feb-10 3:49 
GeneralRe: File I/O - New Line Character Pin
ragnaroknrol18-Feb-10 4:08
ragnaroknrol18-Feb-10 4:08 
AnswerRe: File I/O - New Line Character Pin
Gideon Engelberth18-Feb-10 16:08
Gideon Engelberth18-Feb-10 16:08 
Ignoring the issue of byte-order marks, you could try this:

1. Open the file with a StreamReader
2. Read the first line
3. Compare StreamReader.BaseStream.Position with line length

This may be able to distinguish between \n and \r\n but of course doesn't really help if you could have \r.

As an (simpler) alternative, is there some way to make WinMerge ignore line-ending changes?
GeneralRe: File I/O - New Line Character Pin
1.21 Gigawatts18-Feb-10 21:37
1.21 Gigawatts18-Feb-10 21:37 
Questioninstallation prerequisites Pin
Ryan Minor18-Feb-10 2:17
Ryan Minor18-Feb-10 2:17 
QuestionImage Scroll Pin
VCsamir18-Feb-10 2:10
VCsamir18-Feb-10 2:10 
Questionprint orders from different places Pin
jogisarge18-Feb-10 1:51
jogisarge18-Feb-10 1:51 
QuestionLoose coupling Pin
Mogamboo_Khush_Hua18-Feb-10 1:51
Mogamboo_Khush_Hua18-Feb-10 1:51 
AnswerRe: Loose coupling Pin
Keith Barrow18-Feb-10 2:15
professionalKeith Barrow18-Feb-10 2:15 
AnswerRe: Loose coupling Pin
Padmanabh Ganorkar18-Feb-10 2:16
Padmanabh Ganorkar18-Feb-10 2:16 
QuestionLoose coupling Pin
Mogamboo_Khush_Hua18-Feb-10 1:51
Mogamboo_Khush_Hua18-Feb-10 1:51 
QuestionC# Newbie. Need some help. Pin
suprsnipes18-Feb-10 1:15
suprsnipes18-Feb-10 1:15 
AnswerRe: C# Newbie. Need some help. Pin
Luc Pattyn18-Feb-10 1:27
sitebuilderLuc Pattyn18-Feb-10 1:27 
AnswerRe: C# Newbie. Need some help. Pin
kevinnicol18-Feb-10 3:09
kevinnicol18-Feb-10 3:09 
GeneralRe: C# Newbie. Need some help. Pin
harold aptroot18-Feb-10 3:32
harold aptroot18-Feb-10 3:32 
GeneralRe: C# Newbie. Need some help. Pin
Luc Pattyn18-Feb-10 3:32
sitebuilderLuc Pattyn18-Feb-10 3:32 
GeneralRe: C# Newbie. Need some help. Pin
suprsnipes2-Mar-10 17:50
suprsnipes2-Mar-10 17:50 
GeneralRe: C# Newbie. Need some help. Pin
Luc Pattyn3-Mar-10 1:32
sitebuilderLuc Pattyn3-Mar-10 1:32 
QuestionCustom Collections in C# Pin
arut jothi18-Feb-10 0:53
arut jothi18-Feb-10 0:53 
AnswerRe: Custom Collections in C# Pin
Keith Barrow18-Feb-10 1:02
professionalKeith Barrow18-Feb-10 1:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.