Re: std.stream, BOM, and deprecation

2012-10-16 Thread Charles Hixson
On 10/15/2012 10:29 AM, Steven Schveighoffer wrote: On Sat, 13 Oct 2012 21:53:48 -0400, Charles Hixson charleshi...@earthlink.net wrote: If std.stream is being deprecated, what is the correct way to deal with file BOMs. This is particularly concerning utf8 files, which I understand to be a bit

Re: std.stream, BOM, and deprecation

2012-10-16 Thread Charles Hixson
On 10/14/2012 10:28 PM, Nick Sabalausky wrote: On Sat, 13 Oct 2012 18:53:48 -0700 Charles Hixsoncharleshi...@earthlink.net wrote: If std.stream is being deprecated, what is the correct way to deal with file BOMs. This is particularly concerning utf8 files, which I understand to be a bit

Re: std.stream, BOM, and deprecation

2012-10-15 Thread Steven Schveighoffer
On Sat, 13 Oct 2012 21:53:48 -0400, Charles Hixson charleshi...@earthlink.net wrote: If std.stream is being deprecated, what is the correct way to deal with file BOMs. This is particularly concerning utf8 files, which I understand to be a bit problematic, as there isn't, actually, a utf8

Re: std.stream, BOM, and deprecation

2012-10-14 Thread Nick Sabalausky
On Sat, 13 Oct 2012 18:53:48 -0700 Charles Hixson charleshi...@earthlink.net wrote: If std.stream is being deprecated, what is the correct way to deal with file BOMs. This is particularly concerning utf8 files, which I understand to be a bit problematic, as there isn't, actually, a utf8

std.stream, BOM, and deprecation

2012-10-13 Thread Charles Hixson
If std.stream is being deprecated, what is the correct way to deal with file BOMs. This is particularly concerning utf8 files, which I understand to be a bit problematic, as there isn't, actually, a utf8 BOM, merely a convention which isn't a part of a standard. But the std.stdio

Re: std.stream, BOM, and deprecation

2012-10-13 Thread Jonathan M Davis
On Saturday, October 13, 2012 18:53:48 Charles Hixson wrote: If std.stream is being deprecated, what is the correct way to deal with file BOMs. This is particularly concerning utf8 files, which I understand to be a bit problematic, as there isn't, actually, a utf8 BOM, merely a convention

Re: std.stream, BOM, and deprecation

2012-10-13 Thread Ali Çehreli
On 10/13/2012 06:53 PM, Charles Hixson wrote: If std.stream is being deprecated, what is the correct way to deal with file BOMs. This is particularly concerning utf8 files, which I understand to be a bit problematic, as there isn't, actually, a utf8 BOM, That's correct. There is just one