CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 31 Jul 2025 05:59:06 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100324134928
location: https://web.archive.org/web/20100324134928/https://github.com/apache/apr-iconv/tree/
server-timing: captures_list;dur=0.680745, exclusion.robots;dur=0.023393, exclusion.robots.policy;dur=0.010813, esindex;dur=0.011303, cdx.remote;dur=207.981823, LoadShardBlock;dur=315.832803, PetaboxLoader3.datanode;dur=94.805120, PetaboxLoader3.resolve;dur=109.941037
x-app-server: wwwb-app216
x-ts: 302
x-tr: 595
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app216; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 31 Jul 2025 05:59:06 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 24 Mar 2010 13:49:27 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "c86579aeccb190def3b63108e04f2fae"
x-archive-orig-x-runtime: 125ms
x-archive-orig-content-length: 39457
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 24 Mar 2010 13:49:28 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 24 Mar 2010 13:49:28 GMT", ; rel="memento"; datetime="Wed, 24 Mar 2010 13:49:28 GMT", ; rel="last memento"; datetime="Wed, 24 Mar 2010 13:49:28 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_14_20100324120931_crawl102-c/52_14_20100324134924_crawl101.arc.gz
server-timing: captures_list;dur=0.684138, exclusion.robots;dur=0.023233, exclusion.robots.policy;dur=0.010919, esindex;dur=0.011580, cdx.remote;dur=32.268232, LoadShardBlock;dur=151.868377, PetaboxLoader3.datanode;dur=89.142950, PetaboxLoader3.resolve;dur=143.746912, load_resource;dur=144.295579
x-app-server: wwwb-app216
x-ts: 200
x-tr: 402
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
apache's apr-iconv at trunk - GitHub
apache / apr-iconv mirrored from git://git.apache.org/apr-iconv.git
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
trunk
click here to add a description
click here to add a homepage
-
Switch Branches (52)
- 0.9.6
- 0.9.x
- 1.0.x
- 1.1.x
- API_0_9_BRANCH
- API_1_0_BRANCH
- ICONV
- STATIC_MODULES
- tags/0.9.2
- tags/0.9.3
- tags/0.9.4
- tags/0.9.5
- tags/0.9.6
- tags/0.9.7
- tags/1.0.0
- tags/1.0.1
- tags/1.0.2
- tags/1.1.0
- tags/1.1.1
- tags/1.2.0
- tags/1.2.1
- tags/APACHE_2_0_31
- tags/APACHE_2_0_40
- tags/APACHE_2_0_41
- tags/APACHE_2_0_42
- tags/APACHE_2_0_43
- tags/APACHE_2_0_44
- tags/APACHE_2_0_45
- tags/APACHE_2_0_46
- tags/APACHE_2_0_47
- tags/APACHE_2_0_48
- tags/APACHE_2_0_49
- tags/APACHE_2_0_50
- tags/APACHE_2_0_51
- tags/APACHE_2_0_52
- tags/APACHE_2_0_52_WROWE_RC1
- tags/APACHE_2_0_ALPHA_8
- tags/API_0_9_2
- tags/API_0_9_3
- tags/API_0_9_4
- tags/APU_1_0_0
- tags/APU_1_0_0_RC4
- tags/APU_1_0_0_RC5
- tags/APU_1_0_0_RC6
- tags/IANH_PRE2_2040
- tags/ICONV_1_1_0
- tags/JCW_0_9_5_PRE1
- tags/POST_APR_SPLIT
- tags/STRIKER_2_0_51_RC1
- tags/STRIKER_2_0_51_RC2
- tags/buildconf
- trunk ✓
- Switch Tags (0)
- Branch List

William A. Rowe Jr (author)
Fri May 02 09:54:34 -0700 2008
README
ICONV - Charset Conversion Library. Version 1.0 ----------------------------------------------- This distribution contains the library (libiconv.a and .so) for conversion between various charsets (character encoding schemes) and the command line utility (iconv). Syntax of the library functions (iconv_open, iconv, iconv_close) and the utility is described in the man pages. Features of the library: - small size: the actual conversion methods are located in dynamically loaded shared modules, representing either a character encoding scheme (CES), or a coded character set (CCS); - open module API: adding new modules (both CESs and CCSs) is easy. Although the API has not been documented, it is rather simple to be figured out from the sources; - BSD-style copyright; - POSIX compliance of iconv_open, iconv and iconv_close functions; - support for aliases for charset names via UNIX symbolic links; - ISO/IEC 10646 conformance of the internal representation of characters; conversion is always done in two steps: (1) a sequence of zero or more bytes from input buffer coded in the source charset is converted to exactly one valid UCS-4 character and (2) the UCS-4 character is converted to a sequence of zero or more bytes in the target charset to the output buffer; - standard sources of CCS tables: all C source files of the tables have been generated by a Perl script from the Unicode and RFC1345 charset mapping tables before being included to the package. Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk> September 2000.