From: duerst@...
Date: 2016-06-06T04:01:34+00:00
Subject: [ruby-core:75853] [CommonRuby Feature#12460] Provide Unicode Version information in a better location that UnicodeNormalize::UNICODE_VERSION

Issue #12460 has been updated by Martin D��rst.


Shyouhei Urabe wrote:
> Maybe place it under String:: or Regexp:: ?

Anything like that would be fine by me.

----------------------------------------
Feature #12460: Provide Unicode Version information in a better location that UnicodeNormalize::UNICODE_VERSION
https://bugs.ruby-lang.org/issues/12460#change-59027

* Author: Martin D��rst
* Status: Open
* Priority: Normal
* Assignee: 
----------------------------------------
Currently, the Unicode version used in a specific version of Ruby is available
as ```UnicodeNormalize::UNICODE_VERSION```, ```from lib/unicode_normalize/tables.rb```.
It is rather unnatural to have to do
```require 'unicode_normalize/normalize'```
e.g. in ```test/ruby/enc/test_case_comprehensive.rb``` 

The Unicode version is also available for make, as ```$(UNICODE_VERSION)```.

The Unicode version should be available directly in Ruby, e.g. as
```RUBY_UNICODE_VERSION``` or some such.



-- 
https://bugs.ruby-lang.org/

Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>