www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 8271] New: [Ddoc] non-ascii character string macro names cannot be replaced

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=8271

           Summary: [Ddoc] non-ascii character string macro names cannot
                    be replaced
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody puremagic.com
        ReportedBy: zan77137 nifty.com



This documentation comment doesn't work well:
---------------------------
/**
 * $(まくろ)
 * 
 * Macros:
 *     まくろ = マクロ
 */
void main(){}
/* まくろ = Ma Ku Ro(macro) in Japanese Hiragana */
/* マクロ = Ma Ku Ro(macro) in Japanese Katakana */
---------------------------

dmd replace only the macro name which [A-Za-z_][A-Za-z0-9_]* matches as a macro
name of Ddoc now.
The macro name should accept non-ascii character string like 'Identifier'.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Jun 20 2012
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=8271




Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/f545e5de5c6cb7d59ef8b2a440066fc138877792
fix issue 8271 [Ddoc] non-ascii character string macro names cannot be replaced

https://github.com/D-Programming-Language/dmd/commit/ce40d5ceaf13f91728fdbcf3561e6dfef62472e8


fix issue 8271 [Ddoc] non-ascii character string macro names cannot be replaced

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 20 2012
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=8271


Walter Bright <bugzilla digitalmars.com> changed:

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


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 20 2012