Thread overview
[Issue 470] New: undocumented encoding of inifiles
Oct 31, 2006
d-bugmail
Nov 09, 2006
d-bugmail
Nov 09, 2006
d-bugmail
October 31, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=470

           Summary: undocumented encoding of inifiles
           Product: D
           Version: 0.172
          Platform: PC
               URL: http://www.digitalmars.com/d/dcompiler.html
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: thomas-dloop@kuehne.cn


The encoding requirements of sc.ini and dmd.conf are undocumented.


-- 

November 09, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=470


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




------- Comment #1 from bugzilla@digitalmars.com  2006-11-09 03:45 -------
See http://www.digitalmars.com/d/dcompiler.html#sc_ini for sc.ini, and a little further down for dmd.conf.


-- 

November 09, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=470





------- Comment #2 from thomas-dloop@kuehne.cn  2006-11-09 13:19 -------
Created an attachment (id=41)
 --> (http://d.puremagic.com/issues/attachment.cgi?id=41&action=view)
sample dmd.conf files

Attached are two sample dmd.conf files that meet all requirements found on http://www.digitalmars.com/d/dcompiler.html but aren't treated correctly by DMD.

The issue becomes more pressing for stettings like DFLAGS="-version=á". UTF-8, encoding of the local shell or ... ?


--