/[gnue]/gnue-reports/src/base/layout/ContainerElement.py
ViewVC logotype

Diff of /gnue-reports/src/base/layout/ContainerElement.py

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

revision 1.57 by jcater, Wed Jul 2 19:43:58 2003 UTC revision 1.58 by siesel, Mon Nov 3 11:52:13 2003 UTC
# Line 62  class ContainerElement (GRLayoutElement) Line 62  class ContainerElement (GRLayoutElement)
62    
63        for child in self._children:        for child in self._children:
64          if child._type == "_content_":          if child._type == "_content_":
65            dest.write(child.getContent().encode(gConfig('textEncoding')))            dest.write(child.getContent().encode(gConfig('textEncoding'),'replace'))
66          elif isinstance(child, GRLayoutElement) and child._enabled:          elif isinstance(child, GRLayoutElement) and child._enabled:
67            # Handle GRSections specially as            # Handle GRSections specially as
68            # they require extra logic            # they require extra logic

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

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