Package cssutils :: Module serialize
[hide private]
[frames] | no frames]

Module serialize

source code

serializer classes for CSS classes


Version: $LastChangedRevision: 833 $

Date: $LastChangedDate: 2008-01-12 22:36:38 +0100 (Sa, 12 Jan 2008) $

Author: $LastChangedBy: cthedot $

Classes [hide private]
  Preferences
controls output of CSSSerializer
  CSSSerializer
Methods to serialize a CSSStylesheet and its parts
Functions [hide private]
 
_escapecss(e)
Escapes characters not allowed in the current encoding the CSS way with a backslash followed by a uppercase hex code point
source code

Imports: codecs, re, cssutils, util


Function Details [hide private]

_escapecss(e)

source code 

Escapes characters not allowed in the current encoding the CSS way with a backslash followed by a uppercase hex code point

E.g. the german umlaut 'ä' is escaped as E4