summaryrefslogtreecommitdiff
path: root/enc/trans
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-30 06:27:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-30 06:27:51 +0000
commit8543ecee533a498b152fa7216cb8688b52915f52 (patch)
treeb3d19132c80b838535cd5126b5a69c4f8546b1ce /enc/trans
parentf7bfe5f2df545fc96305e758afbbeaf80ade6fad (diff)
* enc/trans/utf8_mac.trans: get rid of a 1.9 feature for cross
compile. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'enc/trans')
-rw-r--r--enc/trans/utf8_mac.trans4
1 files changed, 2 insertions, 2 deletions
diff --git a/enc/trans/utf8_mac.trans b/enc/trans/utf8_mac.trans
index 76c0a1595f..66500d82ff 100644
--- a/enc/trans/utf8_mac.trans
+++ b/enc/trans/utf8_mac.trans
@@ -7,8 +7,8 @@
str.unpack("H*")[0]
end
- transcode_tblgen("UTF-8", "UTF8-MAC", [
- *MAC_DECOMPOSE_TBL.map{|k,v|[hexstr(k), hexstr(v)]},
+ transcode_tblgen("UTF-8", "UTF8-MAC",
+ MAC_DECOMPOSE_TBL.map{|k,v|[hexstr(k), hexstr(v)]} + [
["{00-7F}", :nomap],
["{c2-df}{80-bf}", :asis],
["e0{a0-bf}{80-bf}", :asis],