fixed a bug of not parsing a chunked content in qse_htrd_t.
improved proxy handling
This commit is contained in:
@ -4,6 +4,7 @@ AUTOMAKE_OPTIONS = no-dependencies
|
||||
EXTRA_DIST = \
|
||||
main.doc \
|
||||
mem.doc \
|
||||
cenc.doc \
|
||||
io.doc \
|
||||
awk.doc \
|
||||
sed.doc
|
||||
|
@ -202,6 +202,7 @@ AUTOMAKE_OPTIONS = no-dependencies
|
||||
EXTRA_DIST = \
|
||||
main.doc \
|
||||
mem.doc \
|
||||
cenc.doc \
|
||||
io.doc \
|
||||
awk.doc \
|
||||
sed.doc
|
||||
|
13
qse/doc/page/cenc.doc
Normal file
13
qse/doc/page/cenc.doc
Normal file
@ -0,0 +1,13 @@
|
||||
/** @page cenc Character Encoding
|
||||
|
||||
@section cenc_overview Overview
|
||||
|
||||
The library contains functions and data types for handling different character
|
||||
encodings. It uses the current system locale by default.
|
||||
|
||||
@section cenc_cmgr qse_cmgr_t
|
||||
|
||||
The #qse_cmgr_t type defines a simple callback interface for conversion between
|
||||
a multi-byte character and a wide character.
|
||||
|
||||
*/
|
@ -24,6 +24,7 @@ Chung, Hyung-Hwan <hyunghwan.chung@gmail.com>
|
||||
See the subpages for various modules available in this library.
|
||||
|
||||
- @subpage mem "Memory Management"
|
||||
- @subpage cenc "Character Encoding"
|
||||
- @subpage io "I/O Handling"
|
||||
- @subpage awk "AWK Interpreter"
|
||||
- @subpage cut "CUT Text Cutter"
|
||||
|
Reference in New Issue
Block a user