
xml:
  - read encodings from XML header and convert text accordingly
  - add argument to file reader/writer code which contains the target
    encoding

Get root CA certs:
http://curl.haxx.se/docs/caextract.html



Callgraphs

- Generate callgraphs:
  make CC=/usr/gccgraph/bin/gcc
  C  : genfull
  C++: genfull -g cppdepn
- Show callgraph for s specific function:
  gengraph -f FUNCTION_NAME -o OUTFILENAME --output-type=png
