From ece8fb51ce58666787faa3eeb427f31e57f68ef8 Mon Sep 17 00:00:00 2001
From: Jules Aguillon
Date: Fri, 6 Mar 2026 13:45:01 +0100
Subject: Add Assamese layout (#1196)
---
check_layout.output | 1 +
res/values/layouts.xml | 3 +++
srcs/layouts/beng_assamese.xml | 40 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 44 insertions(+)
create mode 100644 srcs/layouts/beng_assamese.xml
diff --git a/check_layout.output b/check_layout.output
index f838261..e9e78ee 100644
--- a/check_layout.output
+++ b/check_layout.output
@@ -7,6 +7,7 @@ arab_pc_hindu: Layout includes some ASCII punctuation but not all, missing: !, '
arab_pc_ir: Layout includes some ASCII punctuation but not all, missing: ", %, ', ,, /, ;, <, =, >, ?, [, \, ], `, {, |, }
armn_cpbsmo: Layout includes some ASCII punctuation but not all, missing: !, ", #, $, %, &, ', *, +, <, =, >, ?, @, [, ], ^, `, {, }, ~
armn_kvertc: Layout includes some ASCII punctuation but not all, missing: !, ", #, $, %, &, ', *, +, <, =, >, ?, @, [, ], ^, `, {, }, ~
+beng_assamese: Layout includes some ASCII punctuation but not all, missing: #, $, %, &, ', *, +, -, /, :, ;, <, =, >, ?, [, \, ], ^, _, `, {, |, }, ~
beng_national: Layout includes some ASCII punctuation but not all, missing: $
beng_provat: Layout includes some ASCII punctuation but not all, missing: $, &, *, ., /, <, >, [, \, ], `, {, |, }
cyrl_jcuken_ru: Layout includes some ASCII punctuation but not all, missing: #, $, &, ', *, <, >, @, [, ], ^, `, {, }, ~
diff --git a/res/values/layouts.xml b/res/values/layouts.xml
index c7c7c1b..1699076 100644
--- a/res/values/layouts.xml
+++ b/res/values/layouts.xml
@@ -15,6 +15,7 @@
- arab_pc_ir
- armn_cpbsmo
- armn_kvertc
+ - beng_assamese
- beng_national
- beng_provat
- cyrl_fcuzhen_mn
@@ -107,6 +108,7 @@
- Persian PC
- ՃՓԲՍՄՈ
- ՔՎԸՐՏՃ
+ - অসমীয়া (Assamese)
- বাংলা (জাতীয়)
- বাংলা (প্রভাত)
- ФЦУЖЭН (Монгол)
@@ -199,6 +201,7 @@
- @xml/arab_pc_ir
- @xml/armn_cpbsmo
- @xml/armn_kvertc
+ - @xml/beng_assamese
- @xml/beng_national
- @xml/beng_provat
- @xml/cyrl_fcuzhen_mn
diff --git a/srcs/layouts/beng_assamese.xml b/srcs/layouts/beng_assamese.xml
new file mode 100644
index 0000000..bfd6b66
--- /dev/null
+++ b/srcs/layouts/beng_assamese.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.2.3