index
:
ruby.git
The Ruby Programming Language
summary
refs
log
tree
commit
diff
path:
root
/
lib
/
unicode_normalize
Age
Commit message (
Expand
)
Author
7 days
Check Unicode version of the normalization table
Nobuyoshi Nakada
12 days
[Feature #20724] Bump Unicode version to 16.0.0
Mari Imaizumi
12 days
prepare Unicode normalization for Unicode 16.0.0
Martin Dürst
2022-12-06
update Unicode normalization tables to version 15.0.0
Martin Dürst
2022-03-14
[DOC] hide `UnicodeNormalize` in module index
Nobuyoshi Nakada
2022-03-13
update Unicode Version to 14.0.0 and Emoji version to 14.0
Martin Dürst
2021-07-08
Update lib/unicode_normalize/tables.rb to Unicode version 13.0.0
Martin Dürst
2019-04-05
update to Unicode Version 12.1.0 (beta)
duerst
2019-04-04
change lib/unicode_normalize/tables.rb to single item per line to make diffs ...
duerst
2019-03-06
update Unicode version (and Emoji version) to 12.0.0
duerst
2018-12-05
update to Unicode 11.0.0 (main step, not complete yet)
duerst
2018-11-02
lib/*: Prefer require_relative over require, remove explicit extension
marcandre
2018-10-16
revert r65091, r65090 because ci fails
duerst
2018-10-16
update to Unicode 11.0.0 (basic step, not complete yet)
duerst
2018-07-28
fix range check for Hangul jamo trailers in Unicode normalization
duerst
2017-09-06
update Ruby to Unicode 10.0.0
duerst
2017-05-09
add explanations about status of module UnicodeNormalize
duerst
2017-05-04
move definition of String#unicode_normalized? to C to make sure it is documented
duerst
2017-05-04
move definition of String#unicode_normalize! to C to make sure it is documented
duerst
2017-05-03
move definition of String#unicode_normalize to C to make sure it is documented
duerst
2017-05-02
rework definition of String#unicode_normalize! and #unicode_normalized?
duerst
2017-05-02
rework definition of String#unicode_normalize
duerst
2017-04-12
nodoc UnicodeNormalize module
stomar
2016-09-07
* common.mk: Updated Unicode version to 9.0.0 [Feature #12513]
duerst
2016-07-20
Fix commit miss
kazu
2016-07-20
fix typos
kazu
2016-07-19
* lib/unicode_normalize/tables.rb: Remove
duerst
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-11-10
* lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".
akr
2015-10-02
common.mk, lib/unicode_normalize/tables.rb: Change Unicode
duerst
2015-09-29
unicode_norm_gen.tmpl: end marker
nobu
2015-09-29
tool/unicode_norm_gen.tmpl, lib/unicode_normalize/tables.rb:
duerst
2015-03-11
normalize.rb: remove redundant hash
nobu
2014-11-11
tables.rb: add
nobu
2014-11-09
normalize.rb: fix syntax error
nobu
2014-11-09
lib/unicode_normalize/normalize.rb: Replaced if-else by case in self.normaliz...
duerst
2014-11-06
unicode_norm_gen.tmpl: expand kompatible_table
nobu
2014-11-06
normalize.rb: trivial optimizations
nobu
2014-11-06
normalize.rb: explicit separator
nobu
2014-11-05
lib/unicode_normalize/normalize.rb: Comment clarification. [ci skip]
duerst
2014-10-25
lib/unicode_normalize/normalize.rb: added US_ASCII
duerst
2014-10-21
lib/unicode_normalize/tables.rb: remove auto generated file.
nobu
2014-10-21
lib/unicode_normalize/tables.rb: Committing to make version
duerst
2014-10-21
lib/unicode_normalize/normalize.rb: Added comment to point to
duerst
2014-10-20
unicode_normalize/normalize.rb: rename variable
nobu
2014-10-20
lib/unicode_normalize.rb: revert r48046. The s in sIndex
duerst
2014-10-20
unicode_normalize/normalize.rb: remove prefix
nobu
2014-10-20
unicode_normalize/normalize.rb: simplify
nobu
2014-10-20
unicode_normalize/normalize.rb: remove unnecessary module names
nobu
2014-10-19
lib/unicode_normalize.rb: remove BOMs
nobu
[next]