[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1343) Support for Word dash (em-dash) character in s:formattedText (SeamTextLexer)

Patrick Ruhkopf (JIRA) jira-events at lists.jboss.org
Wed May 23 17:35:08 EDT 2007


Support for Word dash (em-dash) character in s:formattedText (SeamTextLexer)
----------------------------------------------------------------------------

                 Key: JBSEAM-1343
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1343
             Project: JBoss Seam
          Issue Type: Feature Request
          Components: Core, JSF
    Affects Versions: 1.2.1.GA
            Reporter: Patrick Ruhkopf
            Priority: Trivial


<s:formattedText /> currently doesn't support the dash character u0096. That leads to an exception when working with copy n paste from MS Word. I am not able to supply a patch, because I can't find the jboss.text package in the latest HEAD (which causes build errors, by the way). Is it just me?

Annyway, just add case '\u0096' to nextToken and mPUNCTUATION. That's it...

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list