OSDN Git Service

* Added features:
authorkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Sat, 26 Jan 2008 13:41:08 +0000 (13:41 +0000)
committerkonn <konn@1a406e8e-add9-4483-a2c8-d8cac5b7c224>
Sat, 26 Jan 2008 13:41:08 +0000 (13:41 +0000)
commit2d8a15b0949ecccbd24b5c9b61e583c0e02e163b
tree99eceb1cb9b6cbaedb6e6fbd494a9aa4016865c4
parent4e5aa7e0aa1e47b525db8f86be1ecda1e9e435d2
  * Added features:
    - Changed Emoji Data Stracture.
    - The character-code of the server side contents was made to be become
      independent.
    - Abstraction Emoji was added. This Specifying Emoji by abstraction Emoji
      in the server side contents became possible.
    - Enabled the description of Emoji with SJIS/EUCJP/UTF-8 and &chxjEmojiN style Emoji.
    - Added the charset item to the definition of device_data.xml.
    - Enabled The specification of the output character-code of each termina.
  * Bug Fix:
    - Garbage might attach behind the HTML document when PC accesses.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/modchxj/mod_chxj/trunk@1796 1a406e8e-add9-4483-a2c8-d8cac5b7c224
39 files changed:
configure
configure.ac
etc/device_data.xml
etc/emoji.xml
include/chxj_emoji.h
include/chxj_encoding.h
include/chxj_specified_device.h
include/mod_chxj.h
include/qs_parse_string.h
src/Makefile.am
src/chxj_apply_convrule.c
src/chxj_chtml10.c
src/chxj_chtml20.c
src/chxj_chtml30.c
src/chxj_cookie.c
src/chxj_dump.c
src/chxj_emoji.c
src/chxj_encoding.c
src/chxj_hdml.c
src/chxj_img_conv.c
src/chxj_img_conv_format.c
src/chxj_jhtml.c
src/chxj_load_device_data.c
src/chxj_load_emoji_data.c
src/chxj_node_exchange.c
src/chxj_qr_code.c
src/chxj_specified_device.c
src/chxj_str_util.c
src/chxj_tag_util.c
src/chxj_url_encode.c
src/chxj_xhtml_mobile_1_0.c
src/mod_chxj.c
src/qs_ignore_sp.c
src/qs_log.c
src/qs_malloc.c
src/qs_parse_attr.c
src/qs_parse_file.c
src/qs_parse_string.c
src/qs_parse_tag.c