summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-24 10:24:45 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-12-24 10:33:32 +0900
commit992aa2cda50140abbca165024682eae998756e2d (patch)
tree39638a9a7b0471fa87abc2ea081a32a0f4b693e6
parentf09a4ff265093742c356c69bcf56db68bd6cf064 (diff)
enc/x_emoji.h: fixed dead-links [ci skip]
English version pages seem no longer provided.
-rw-r--r--enc/x_emoji.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/enc/x_emoji.h b/enc/x_emoji.h
index 23efa1dd9e..c0a3613f1b 100644
--- a/enc/x_emoji.h
+++ b/enc/x_emoji.h
@@ -2,8 +2,8 @@
/*
* Name: UTF8-DoCoMo, SJIS-DoCoMo
- * 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
+ * Link: https://www.nttdocomo.co.jp/service/developer/make/content/pictograph/basic/index.html
+ * Link: https://www.nttdocomo.co.jp/service/developer/make/content/pictograph/extent%69on/index.html
*/
ENC_REPLICATE("UTF8-DoCoMo", "UTF-8")
ENC_REPLICATE("SJIS-DoCoMo", "Windows-31J")