[Issue 1166] DMD doesn't support UTF encoded response files with a byte-order mark

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Sep 29 06:19:35 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1166


smjg at iname.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |smjg at iname.com
            Summary|DMD doesn't support UTF     |DMD doesn't support UTF
                   |encoded response files.     |encoded response files with
                   |                            |a byte-order mark




------- Comment #1 from smjg at iname.com  2007-09-29 08:19 -------
Those characters are the UTF-8 BOM, misinterpreted in code page 850 or similar.
 So the problem isn't so much that the .rsp is UTF encoded as the presence of a
BOM that's throwing it.


-- 



More information about the Digitalmars-d-bugs mailing list