Skip to content

Commit

Permalink
* enc/utf_8.c: Add new alias UTF-8-HFS for UTF8-MAC.
Browse files Browse the repository at this point in the history
  http://www.gnu.org/software/emacs/NEWS.23.2

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27736 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nurse committed May 11, 2010
1 parent 7436531 commit 90be970
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Tue May 11 15:14:30 2010 NARUSE, Yui <[email protected]>

* enc/utf_8.c: Add new alias UTF-8-HFS for UTF8-MAC.
http://www.gnu.org/software/emacs/NEWS.23.2

Tue May 11 13:46:00 2010 Kenta Murata <[email protected]>

* ext/bigdecimal/lib/bigdecimal/math.rb (atan),
Expand Down
2 changes: 2 additions & 0 deletions enc/utf_8.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,9 @@ ENC_ALIAS("CP65001", "UTF-8")
* Link: http://developer.apple.com/documentation/MacOSX/Conceptual/BPFileSystem/BPFileSystem.html
* Link: http://developer.apple.com/qa/qa2001/qa1235.html
* Link: http://developer.apple.com/jp/qa/qa2001/qa1235.html
* Link: http://www.gnu.org/software/emacs/NEWS.23.2
*/
ENC_REPLICATE("UTF8-MAC", "UTF-8")
ENC_ALIAS("UTF-8-MAC", "UTF8-MAC")
ENC_ALIAS("UTF-8-HFS", "UTF8-MAC") /* Emacs 23.2 */

0 comments on commit 90be970

Please sign in to comment.