Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/punchdrunker/iOSEmoji
information about unicode6 emoji used in iOS5
https://github.com/punchdrunker/iOSEmoji
Last synced: 3 months ago
JSON representation
information about unicode6 emoji used in iOS5
- Host: GitHub
- URL: https://github.com/punchdrunker/iOSEmoji
- Owner: punchdrunker
- Archived: true
- Created: 2012-02-02T01:36:45.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-06-25T08:55:05.000Z (over 10 years ago)
- Last Synced: 2024-07-15T19:01:32.820Z (4 months ago)
- Language: Perl
- Homepage:
- Size: 17.5 MB
- Stars: 82
- Watchers: 8
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
iOS Emoji
=============iOSで入力できる絵文字についてまとめるプロジェクトです。
とりあえず絵文字の文字コードの一覧テーブルだけ作って、
気が向いたらObjective-Cでの絵文字を扱うコードなんかも追加したいです参考になる資料
-------* [Unicode6.0の携帯電話の絵文字の一覧(wikipedia)](http://ja.wikipedia.org/wiki/Unicode6.0%E3%81%AE%E6%90%BA%E5%B8%AF%E9%9B%BB%E8%A9%B1%E3%81%AE%E7%B5%B5%E6%96%87%E5%AD%97%E3%81%AE%E4%B8%80%E8%A6%A7) -- とりあえずUnicode6で定義された絵文字のうちの、携帯絵文字が網羅されているので便利です
* [Encode::Unicode(perldoc)](http://perldoc.perl.org/Encode/Unicode.html) -- perl力が足りないので、perlでunicodeをいじる方法をちょっと勉強しました
* [FileFormat.info](http://www.fileformat.info/) -- Unicodeのみならず、様々なformatについての情報を集めたサイト