Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-1578

mkp.ueildUnescaped does not encode characters

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0-RC-1
    • 1.0
    • XML Processing
    • None

    Description

      mkp.yieldUnsecaped should not escape <. > or &. However it should replace and character which cannot be repesented in the encoding implemented by ther Writer with the appropriate numeric character entity.

      Assuming US-ASCII emcoding.

      mkp.yeld "€"

      produces

      but

      mkp.yeldUnescaped "€"

      does not do the repacement

      Attachments

        Activity

          People

            tug John Wilson
            tug John Wilson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: