Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: icu52/scripts/remove_unihan.sh

Issue 243763002: Remove {big5,gb2312}han collation data (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « icu52/patches/locale3.patch ('k') | icu52/scripts/trim_data.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu52/scripts/remove_unihan.sh
===================================================================
--- icu52/scripts/remove_unihan.sh (revision 262192)
+++ icu52/scripts/remove_unihan.sh (working copy)
@@ -1,14 +0,0 @@
-#!/bin/sh
-# Copyright (c) 2013 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-cd "$(dirname "$0")/../source/data/coll"
-
-echo "Removing unihan collation data from CJK"
-
-for i in zh ja ko
-do
- echo "Overwriting ${i}.txt"
- sed '/^ unihan{$/,/^ }$/ d' -i ${i}.txt
-done
« no previous file with comments | « icu52/patches/locale3.patch ('k') | icu52/scripts/trim_data.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698