OSDN Git Service

* Added New Feature.
authorAtsushi Konno <konn@users.sourceforge.jp>
Thu, 31 Mar 2011 16:58:07 +0000 (01:58 +0900)
committerAtsushi Konno <konn@users.sourceforge.jp>
Thu, 31 Mar 2011 16:58:07 +0000 (01:58 +0900)
commite68a6f8f78d560267a9666ea479edeceeeb27465
tree8f45b3a1fc152004ab9ffd606e3b76a854ee4f0c
parent86bcee6fe7ef24fd2ff191b8532122cbe7138655
  * Added New Feature.
    - iPhone can be recognized.
    - "raw:" can be specified in jphone, iphone, and the part ezweb of the
      emoji definition.
      ex) <string>raw:[OK]</string>
    - Added ChxjUseEmojiImage directive.
    - Added ChxjEmojiImageUrl directive.
    - "image" can be specified in iphone of the pictograph definition,
      jphone, and the part ezweb.
       When URL is set to ChxjEmojiImageUrl with On, ChxjUseEmojiImage.
       the emoji is converted int <img> tag with follow case:
       1) "Image" is specified by the pictograph definition.
       2) For iphone2
    - Added CSS converter for iphone

  * Fixed Bug
    - wrap-input-format --> wap-input-format
    - When CrLf is contained in the style tag, it is not read correctly.
21 files changed:
etc/device_data.xml
etc/emoji.xml
include/chxj_iphone.h [new file with mode: 0644]
include/chxj_specified_device.h
include/mod_chxj.h
src/Makefile.am
src/Makefile.in
src/chxj_add_device_env.c
src/chxj_img_conv_format.c
src/chxj_iphone.c [new file with mode: 0644]
src/chxj_ixhtml10.c
src/chxj_jhtml.c
src/chxj_jxhtml.c
src/chxj_load_device_data.c
src/chxj_load_emoji_data.c
src/chxj_node_convert.c
src/chxj_specified_device.c
src/chxj_tag_util.c
src/chxj_xhtml_mobile_1_0.c
src/mod_chxj.c
src/serf/Makefile.in