mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:22:43 +00:00 
			
		
		
		
	LibUnicode: Extract the BCP 47 package from the CLDR
This package was originally meant to be included in CLDR version 40, but was missed in their release scripts. This has been resolved: https://unicode-org.atlassian.net/browse/CLDR-15158 Unfortunately, the CLDR was re-released with the same version number. So to bust the build's CLDR cache, change the "version" used to detect that we need to redownload the CLDR.
This commit is contained in:
		
							parent
							
								
									23c72c6728
								
							
						
					
					
						commit
						d0fc61e79b
					
				
					 2 changed files with 13 additions and 3 deletions
				
			
		|  | @ -1462,6 +1462,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments) | |||
| { | ||||
|     StringView generated_header_path; | ||||
|     StringView generated_implementation_path; | ||||
|     StringView bcp47_path; | ||||
|     StringView core_path; | ||||
|     StringView locale_names_path; | ||||
|     StringView misc_path; | ||||
|  | @ -1471,6 +1472,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments) | |||
|     Core::ArgsParser args_parser; | ||||
|     args_parser.add_option(generated_header_path, "Path to the Unicode locale header file to generate", "generated-header-path", 'h', "generated-header-path"); | ||||
|     args_parser.add_option(generated_implementation_path, "Path to the Unicode locale implementation file to generate", "generated-implementation-path", 'c', "generated-implementation-path"); | ||||
|     args_parser.add_option(bcp47_path, "Path to cldr-bcp47 directory", "bcp47-path", 'b', "bcp47-path"); | ||||
|     args_parser.add_option(core_path, "Path to cldr-core directory", "core-path", 'r', "core-path"); | ||||
|     args_parser.add_option(locale_names_path, "Path to cldr-localenames directory", "locale-names-path", 'l', "locale-names-path"); | ||||
|     args_parser.add_option(misc_path, "Path to cldr-misc directory", "misc-path", 'm', "misc-path"); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy Flynn
						Timothy Flynn