|| type || code || status || count || codes || ||--------||------||--------||-------||-------|| || region || region || officially_assigned || 249 || AD-AG AI AL-AM AO AQ-AU AW-AX AZ BA-BB BD-BJ BL-BO BQ-BT BV-BW BY-BZ CA CC-CD CF-CI CK-CO CR CU-CZ DE DJ-DK DM DO DZ EC EE EG-EH ER-ET FI-FK FM FO FR GA-GB GD-GI GL-GN GP-GU GW GY HK HM-HN HR HT-HU ID-IE IL-IO IQ-IT JE JM JO-JP KE KG-KI KM-KN KP KR KW KY-KZ LA-LC LI LK LR-LV LY MA MC-MH MK-MZ NA NC NE-NG NI NL NO-NP NR NU NZ OM PA PE-PH PK-PN PR-PT PW PY QA RE RO RS RU RW SA-SE SG-SO SR-ST SV SX-SZ TC-TD TF-TH TJ-TO TR TT TV-TW TZ UA UG UM US UY-UZ VA VC VE VG VI VN VU WF WS YE YT ZA ZM ZW || || region || region || exceptionally_reserved || 7 || AC CP-CQ DG EA IC TA || || region || privateUse || private_use || 2 || XK ZZ || || macroregion || region || exceptionally_reserved || 3 || EU EZ UN || || mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- BEGIN CheckCLDR.Subtype Mapping -*- | |
# Format is URL "http..." followed by Subtype values, the latter separated by whitespace (linebreaks or spaces). commas are ignored. | |
# Trailing commas are allowed and ignored | |
# Each of the Subtypes is covered by documentation at that URL. | |
# Comment lines must START with a #, because # is used for HTML fragments. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# configuration.nix | |
{ config, modulesPath, pkgs, lib, ... }: | |
{ | |
## imports = [ (modulesPath + "/profiles/qemu-guest.nix") ]; | |
# networking.hostName = "nix"; | |
networking.useDHCP = true; | |
boot.kernelParams = ["console=ttyAMA0,115200n8" "console=tty0"]; | |
boot.consoleLogLevel = lib.mkDefault 7; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"scan": "0A", | |
"vname": "K_9", | |
"vcode": 57 | |
}, | |
{ | |
"scan": "0B", | |
"vname": "K_0", | |
"vcode": 48 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* | |
This project is released under the free and open-source [Unicode License](./LICENSE), also known as _Unicode, Inc. License Agreement - Data Files and Software_. Note that some CLDR tools depend on libraries managed via Maven; use of these libraries is governed by separate license agreements. | |
SPDX-License-Identifier: Unicode-DFS-2016 | |
### Copyright | |
Copyright © 1991-2023 Unicode, Inc. | |
All rights reserved. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ mysqld --upgrade=FORCE | |
[System] [MY-010116] [Server] /usr/local/Cellar/mysql/8.0.32/bin/mysqld (mysqld 8.0.32) starting as process 43318 | |
[System] [MY-013577] [InnoDB] InnoDB initialization has ended. | |
[System] [MY-013381] [Server] Server upgrade from '80030' to '80032' started. | |
[Warning] [MY-011836] [InnoDB] sdi_delete failed: Record Doesn't exist: tablespace_id: 1 Key: 1 5997 | |
[ERROR] [MY-013178] [Server] Execution of server-side SQL statement '-- Copyright (c) 2018, 2022, Oracle and/or its affiliates. -- -- This program is free software; you can redistribute it and/or modify -- it under the terms of the GNU General Public License as published by -- the Free Software Foundation; version 2 of the License. -- -- This program is distributed in the hope that it will be useful, -- but WITHOUT ANY WARRANTY; without even the implied warranty of -- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -- GNU General Public License for more details. -- -- You should have received a copy of the GNU General Pub |
15 Known Issues:
- CLDR-11583 https://unicode-org.atlassian.net/browse/CLDR-11583
- CLDR/TestBasic/TestBasicDTDCompatibility (Comment out test until last release data is available for unit tests)
- CLDR/TestBasic/TestDtdCompatibility (Comment out test until last release data is available for unit tests)
- CLDR-13313 https://unicode-org.atlassian.net/browse/CLDR-13313
- CLDR/TestTransforms/TestCasing (Investigate the Lithuanian casing test, it may be wrong)
- CLDR-13660
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/common/main/af.xml b/common/main/af.xml | |
index 6297cf97e6..f01053b02d 100644 | |
--- a/common/main/af.xml | |
+++ b/common/main/af.xml | |
@@ -9455,157 +9455,157 @@ Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/ | |
</typographicNames> | |
<personNames> | |
<nameOrderLocales order="givenFirst">und af</nameOrderLocales> | |
- <nameOrderLocales order="surnameFirst">ja ko vi yue zh</nameOrderLocales> | |
- <foreignSpaceReplacement xml:space="preserve"> </foreignSpaceReplacement> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="no"?><keyboard conformsTo="techpreview" locale="mt"> | |
<locales> | |
<!-- English is also an official language in Malta.--> | |
<locale id="en"/> | |
</locales> | |
<info author="Steven R. Loomis" indicator="MT" layout="QWERTY" normalization="NFC"/> | |
<names> | |
<name value="Maltese (48-key)"/> | |
<!-- <name value="MSA 100:2002" /> --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM --platform=amd64 ubuntu:latest | |
USER root | |
ENV HOME /home/build | |
ENV DEBIAN_FRONTEND noninteractive | |
RUN useradd -c "Build user" -d $HOME -m build | |
RUN apt-get -q -y update && apt-get -q -y upgrade | |
RUN apt-get -q -y install devscripts equivs | |
# TODO: assume that linux/debian/control was copied into the same directory | |
COPY control /tmp/control |
NewerOlder