commit | 78a0be6ab373680335e12cb76b3d811afbae32d0 | [log] [tgz] |
---|---|---|
author | Walter Dörwald <walter@livinglogic.de> | Fri Apr 14 18:25:39 2006 +0000 |
committer | Walter Dörwald <walter@livinglogic.de> | Fri Apr 14 18:25:39 2006 +0000 |
tree | 2d6e525b7c7abd9ba026eea52a07348f3daa8fa5 | |
parent | a40cf31de67c51bae91a897bd007fa36d6d5daf9 [diff] |
Add a BufferedIncrementalEncoder class that can be used for implementing an incremental encoder that must retain part of the data between calls to the encode() method. Fix the incremental encoder and decoder for the IDNA encoding. This closes SF patch #1453235.