summaryrefslogtreecommitdiff
path: root/tool/enc-case-folding.rb
AgeCommit message (Collapse)Author
2023-02-27Prefer to use File.foreach instead of IO.foreachHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/7387
2022-11-21Use class methods of `File` over `Kernel.open` and `IO.read`Nobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/6777
2022-09-17Move case-folding.rb to tooldir with enc-prefixNobuyoshi Nakada