summaryrefslogtreecommitdiff
path: root/tool/downloader.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/downloader.rb')
-rw-r--r--tool/downloader.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/tool/downloader.rb b/tool/downloader.rb
index ee6242676d..46f8bea96e 100644
--- a/tool/downloader.rb
+++ b/tool/downloader.rb
@@ -310,6 +310,15 @@ if $0 == __FILE__
when '--cache-dir'
options[:cache_dir] = ARGV[1]
ARGV.shift
+ when '--unicode-beta'
+ options[:unicode_beta] = ARGV[1]
+ ARGV.shift
+ # TODO: Move this code further down
+ if options[:unicode_beta]=='YES'
+ raise "Not yet able to deal with Unicode Data beta versions."
+ else
+ # TODO: deal with the case that we just switched from beta to 'regular'
+ end
when /\A--cache-dir=(.*)/m
options[:cache_dir] = $1
when /\A-/