Skip to content

Commit 7b0ea11

Browse files
authored
Merge pull request #2201 from nobu/jisx0301-002
JIS X 0301 0002 which mentions 'R' as 'Reiwa' has been released
2 parents 6c00b4f + 7f48b30 commit 7b0ea11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

en/news/_posts/2019-10-22-ruby-2-7-0-preview2-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ deprecated, and conversion will be removed in Ruby 3. [[Feature #14183]](https:
208208

209209
* Update Unicode version to 12.1.0, adding support for U+32FF SQUARE ERA NAME REIWA. [[Feature #15195]](https://bugs.ruby-lang.org/issues/15195)
210210

211-
* `Date.jisx0301`, `Date#jisx0301`, and `Date.parse` provisionally support the new Japanese era as an informal extension, until the new JIS X 0301 is issued. [[Feature #15742]](https://bugs.ruby-lang.org/issues/15742)
211+
* `Date.jisx0301`, `Date#jisx0301`, and `Date.parse` support the new Japanese era. [[Feature #15742]](https://bugs.ruby-lang.org/issues/15742)
212212

213213
* Require compilers to support C99 [[Misc #15347]](https://bugs.ruby-lang.org/issues/15347)
214214
* Details of our dialect: <https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/C99>

ja/news/_posts/2019-10-22-ruby-2-7-0-preview2-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Ruby に添付されている REPL (Read-Eval-Print-Loop) である `irb` で、
181181

182182
* Unicode のバージョンが 12.1.0 となり、新元号「令和」を表す合字 U+32FF がサポートされました。[[Feature #15195]](https://bugs.ruby-lang.org/issues/15195)
183183

184-
* `Date.jisx0301`, `Date#jisx0301`, および `Date.parse` で非公式に新元号に仮対応しました。これは JIS X 0301 の新しい版で正式な仕様が決定されるまでの暫定的なものです。[[Feature #15742]](https://bugs.ruby-lang.org/issues/15742)
184+
* `Date.jisx0301`, `Date#jisx0301`, および `Date.parse` で新元号に仮対応しました。[[Feature #15742]](https://bugs.ruby-lang.org/issues/15742)
185185

186186
* Ruby のビルドに C99 に対応したコンパイラが必要になりました。[[Misc #15347]](https://bugs.ruby-lang.org/issues/15347)
187187
* 本件についての詳細: <https://bugs.ruby-lang.org/projects/ruby-trunk/wiki/C99>

0 commit comments

Comments
 (0)