1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/-test-/string
naruse 9962aad7b0 * file.c (rb_str_normalize_ospath):
HFS Plus (Mac OS Extended) uses a variant of Normal Form D in which
  U+2000 through U+2FFF, U+F900 through U+FAFF, and U+2F800 through
  U+2FAFF are not decomposed (this avoids problems with round trip
  conversions from old Mac text encodings).
  http://developer.apple.com/library/mac/qa/qa1173/_index.html
  Therefore fix r42457 to exclude the range.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2013-08-10 20:44:10 +00:00
..
coderange.c Suppress warnings. 2012-06-04 05:02:27 +00:00
cstr.c string.c: multi-byte terminator 2013-07-11 11:17:59 +00:00
depend * file.c (rb_str_normalize_ospath): 2013-08-10 20:44:10 +00:00
ellipsize.c
enc_associate.c
enc_str_buf_cat.c Add a test for r35863. 2012-06-02 13:44:02 +00:00
extconf.rb * file.c (rb_str_normalize_ospath): 2013-08-10 20:44:10 +00:00
init.c
modify.c
normalize.c * file.c (rb_str_normalize_ospath): 2013-08-10 20:44:10 +00:00
qsort.c
set_len.c