mirror of
https://github.com/ruby/ruby.git
synced 2025-09-20 19:14:00 +02:00
Revert r35536.
The behavior is expected because of the Unicode 4.1.0. [ruby-dev:45619] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@35556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
823f0719fa
commit
551031f172
2 changed files with 5 additions and 3 deletions
|
@ -322,6 +322,7 @@ static const CaseFold_11_Type CaseFold[] = {
|
||||||
{ 0x0232, {1, {0x0233}}},
|
{ 0x0232, {1, {0x0233}}},
|
||||||
{ 0x023b, {1, {0x023c}}},
|
{ 0x023b, {1, {0x023c}}},
|
||||||
{ 0x023d, {1, {0x019a}}},
|
{ 0x023d, {1, {0x019a}}},
|
||||||
|
{ 0x0241, {1, {0x0294}}},
|
||||||
{ 0x0345, {1, {0x03b9}}},
|
{ 0x0345, {1, {0x03b9}}},
|
||||||
{ 0x0386, {1, {0x03ac}}},
|
{ 0x0386, {1, {0x03ac}}},
|
||||||
{ 0x0388, {1, {0x03ad}}},
|
{ 0x0388, {1, {0x03ad}}},
|
||||||
|
@ -1299,6 +1300,7 @@ static const CaseUnfold_11_Type CaseUnfold_11[] = {
|
||||||
{ 0x028a, {1, {0x01b1 }}},
|
{ 0x028a, {1, {0x01b1 }}},
|
||||||
{ 0x028b, {1, {0x01b2 }}},
|
{ 0x028b, {1, {0x01b2 }}},
|
||||||
{ 0x0292, {1, {0x01b7 }}},
|
{ 0x0292, {1, {0x01b7 }}},
|
||||||
|
{ 0x0294, {1, {0x0241 }}},
|
||||||
{ 0x03ac, {1, {0x0386 }}},
|
{ 0x03ac, {1, {0x0386 }}},
|
||||||
{ 0x03ad, {1, {0x0388 }}},
|
{ 0x03ad, {1, {0x0388 }}},
|
||||||
{ 0x03ae, {1, {0x0389 }}},
|
{ 0x03ae, {1, {0x0389 }}},
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#define RUBY_VERSION "1.9.3"
|
#define RUBY_VERSION "1.9.3"
|
||||||
#define RUBY_PATCHLEVEL 203
|
#define RUBY_PATCHLEVEL 204
|
||||||
|
|
||||||
#define RUBY_RELEASE_DATE "2012-05-04"
|
#define RUBY_RELEASE_DATE "2012-05-07"
|
||||||
#define RUBY_RELEASE_YEAR 2012
|
#define RUBY_RELEASE_YEAR 2012
|
||||||
#define RUBY_RELEASE_MONTH 5
|
#define RUBY_RELEASE_MONTH 5
|
||||||
#define RUBY_RELEASE_DAY 4
|
#define RUBY_RELEASE_DAY 7
|
||||||
|
|
||||||
#include "ruby/version.h"
|
#include "ruby/version.h"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue