mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
date_parse.c: removed 'r' which is not in JIS X 0301 yet
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e836cd0b9f
commit
285817c6d8
1 changed files with 1 additions and 1 deletions
|
@ -1212,7 +1212,7 @@ parse_iso2(VALUE str, VALUE hash)
|
|||
return 1;
|
||||
}
|
||||
|
||||
#define JAPANESE_ERA_INITIALS "mtshr"
|
||||
#define JAPANESE_ERA_INITIALS "mtsh"
|
||||
|
||||
static int
|
||||
gengo(int c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue