Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3854

Show
Ignore:
Timestamp:
08/04/08 21:52:43 (4 months ago)
Author:
kris
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/text/xml/Document.d

    r3853 r3854  
    201201        final Document header (T[] encoding = null) 
    202202        { 
    203                 if (encoding
     203                if (encoding.length
    204204                    encoding = `xml version="1.0" encoding="`~encoding~`"`; 
    205205                else