File: README

package info (click to toggle)
libapache-mod-encoding 0.0.20021209-12
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,700 kB
  • sloc: ansic: 94,406; sh: 6,693; makefile: 43
file content (26 lines) | stat: -rw-r--r-- 759 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[] iconv_hook_mssjis.c,cp.h and others.

Kunio Miyamoto
wakatono@todo.gr.jp

[] What is this?
 This code is iconv compatible interface routine for mod_encoding.
 Taisuke Yamada writes sample code for hooking iconv() for mod_encoding.

# for adopting broken encoding (like a M$ characters :-( ).


[] What is refered code , method or book?
 Unicode : A Primer  Tony Graham / M&T Books ; ISBN: 0764546252 
 Microsoft HomePage
 Samba 2.0.7-ja2.2 code
 http://www.asahi-net.or.jp/~ez3k-msym/charsets/jis2ucs.htm
 
[] TODO
 Rewrite to have not large mapping table but only incompatible characters 
between iconv() and MS character code (like a SJIS,etc...).

[][][] Author [][][]
Kunio Miyamoto <wakatono@todo.gr.jp>
Any comments/bug reports/patches are welcome.