mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 10:17:23 +00:00
ICU-6250 Function to update ScriptAndLanguage file
X-SVN-Rev: 24635
This commit is contained in:
parent
407b86c66a
commit
e7ec309ecf
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 1998-2004, International Business Machines Corporation and *
|
||||
* Copyright (C) 1998-2008, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
|
@ -24,6 +24,8 @@ public class ScriptNameBuilder
|
|||
scriptIDModuleWriter.writeScriptHeader("LEScripts.h");
|
||||
scriptIDModuleWriter.writeLanguageHeader("LELanguages.h");
|
||||
|
||||
scriptIDModuleWriter.updateScriptAndLanguages();
|
||||
|
||||
ScriptTagModuleWriter scriptTagModuleWriter = new ScriptTagModuleWriter(scriptData, languageData);
|
||||
|
||||
scriptTagModuleWriter.writeScriptTags("ScriptAndLanguageTags");
|
||||
|
|
Loading…
Add table
Reference in a new issue