/[alph]/alph/org/nongnu/alph/xml/serialization.test
ViewVC logotype

Diff of /alph/org/nongnu/alph/xml/serialization.test

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by mudyc, Tue Jun 17 15:18:33 2003 UTC revision 1.13 by mudyc, Fri Jun 27 11:30:09 2003 UTC
# Line 72  def getParser(): Line 72  def getParser():
72    
73  def parseString(string, handler):  def parseString(string, handler):
74      p = getParser()      p = getParser()
75      p.parse(java.io.StringBufferInputStream(string), handler)      str = java.lang.String(string)
76        p.parse(java.io.ByteArrayInputStream(str.getBytes('UTF-8')), handler)
77    
78  ###########  ###########
79  # Actual tests  # Actual tests

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26