CVSROOT: /cvs/gnome Module name: dogtail Changes by: zcerza 06/01/17 18:10:01
Modified files: . : ChangeLog dogtail : tc.py examples : gedit-test-utf8-procedural-api.py Log message: * examples/gedit-test-utf8-procedural-api.py: Use codecs.open() instead of open() for reading the UTF-8 files. open() apparently ignores encoding issues, and codecs.open() allows us to specify the encoding of the file. Add comments to that effect. * dogtail/tc.py: Make a note in TC.compare()'s docstring that codecs.open() must be used to open any non-ASCII files that are intended to be compared using that function. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=dogtail&who=zcerza&date=explicit&mindate=2006-01-17%2018:09&maxdate=2006-01-17%2018:11 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list