mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* enc/x_emoji.h: fix dead-link.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
de962ebbc0
commit
701bfa0fed
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun Dec 27 20:00:31 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||
|
||||
* enc/x_emoji.h: fix dead-link.
|
||||
|
||||
Sun Dec 27 19:55:55 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||
|
||||
* doc/NEWS-2.3.0: fix a typo.
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
/*
|
||||
* Name: UTF8-DoCoMo, SJIS-DoCoMo
|
||||
* Link: http://www.nttdocomo.co.jp/english/service/imode/make/content/pictograph/basic/index.html
|
||||
* Link: http://www.nttdocomo.co.jp/english/service/imode/make/content/pictograph/extention/index.html
|
||||
* Link: https://www.nttdocomo.co.jp/english/service/developer/make/content/pictograph/basic/index.html
|
||||
* Link: https://www.nttdocomo.co.jp/english/service/developer/make/content/pictograph/extention/index.html
|
||||
*/
|
||||
ENC_REPLICATE("UTF8-DoCoMo", "UTF-8")
|
||||
ENC_REPLICATE("SJIS-DoCoMo", "Windows-31J")
|
||||
|
|
Loading…
Reference in a new issue