.. _konsole: Konsole ------- Tested Software version 23.08.5 on Linux. The homepage URL of this terminal is https://apps.kde.org/konsole/. Full results available at ucs-detect_ repository path `data/konsole.yaml `_. .. _konsolescores: Score Breakdown +++++++++++++++ Detailed breakdown of how scores are calculated for *Konsole*: .. table:: :class: sphinx-datatable === ==================================== =========== ==================== # Score Type Raw Score Final Scaled Score === ==================================== =========== ==================== 1 :ref:`WIDE ` 99.52% 99.3% 2 :ref:`NARROW ` 99.96% 100.0% 3 :ref:`ZWJ ` 95.99% 96.0% 4 :ref:`LANG ` 96.65% 96.6% 5 :ref:`VS16 ` 100.00% 100.0% 6 :ref:`VS15 ` 0.00% *(excluded)* 7 :ref:`SRI ` 100.00% 100.0% 8 :ref:`SFZ ` 100.00% 100.0% 9 :ref:`RI ` 100.00% 100.0% 10 :ref:`FEAT ` 15.62% 16.7% 11 :ref:`Graphics ` 100% 100.0% 12 :ref:`Resources ` 42.7% 42.7% === ==================================== =========== ==================== **Score Comparison Plot:** The following plot shows how this terminal's scores compare to all other terminals tested. .. figure:: ../_static/plots/konsole_scores_scaled.png :align: center :width: 800px Scaled scores comparison across all metrics (normalized 0-100%) **Final Scaled Score Calculation:** - Raw Final Score: 77.15% (weighted average: WIDE + NARROW + ZWJ + LANG + VS16 + 0.33 * SRI + 0.33 * SFZ + RI + CAP + 0.5 * GFX + 0.5 * RSC) the categorized 'average' absolute support level of this terminal. .. note:: RSC (Resources) is a composite CPU, memory, and runtime score. RSC is weighted at 0.5 (half as powerful as other metrics). FEAT (Features) is the fraction of notable features supported. GFX (Graphics) scores 100% for modern protocols (iTerm2, Kitty), 50% for legacy only (Sixel, ReGIS), 0% for none. - Final Scaled Score: 70.8% (normalized across all terminals tested). *Final Scaled scores* are normalized (0-100%) relative to all terminals tested **WIDE Score Details:** Wide character support calculation: - Total successful codepoints: 43383 - Total codepoints tested: 43592 - Formula: 43383 / 43592 - Result: 99.52% **NARROW Score Details:** Narrow character support calculation: - Total successful codepoints: 36240 - Total codepoints tested: 36254 - Formula: 36240 / 36254 - Result: 99.96% **ZWJ Score Details:** Emoji ZWJ (Zero-Width Joiner) support calculation: - Total successful sequences: 1387 - Total sequences tested: 1445 - Formula: 1387 / 1445 - Result: 95.99% **VS16 Score Details:** Variation Selector-16 support calculation: - Errors: 0 of 426 codepoints tested - Success rate: 100.0% - Formula: 100.0 / 100 - Result: 100.00% **VS15 Score Details** *(excluded from final score)*: Variation Selector-15 support calculation: - Errors: 158 of 158 codepoints tested - Success rate: 0.0% - Formula: 0.0 / 100 - Result: 0.00% **SRI Score Details:** Standalone Regional Indicator support calculation: - Total successful codepoints: 26 - Total codepoints tested: 26 - Formula: 26 / 26 - Result: 100.00% **SFZ Score Details:** Standalone Fitzpatrick skin tone modifier support calculation: - Total successful codepoints: 5 - Total codepoints tested: 5 - Formula: 5 / 5 - Result: 100.00% **RI Score Details:** Regional Indicator flag sequence support calculation: - Total successful sequences: 262 - Total sequences tested: 262 - Formula: 262 / 262 - Result: 100.00% .. _konsolefeaturesdetails: **Features Score Details:** Notable terminal features (2.5 / 16): - :ref:`Set bracketed paste mode (2004) `: **no** - :ref:`Synchronized Output (2026) `: **no** - :ref:`Send FocusIn/FocusOut events (1004) `: **no** - :ref:`Enable SGR Mouse Mode (1006) `: **no** - :ref:`Grapheme Clustering (2027) `: **no** - :ref:`Bracketed Paste MIME (5522) `: **no** - :ref:`Kitty Keyboard `: **no** - :ref:`XTGETTCAP `: **no** - :ref:`Text Sizing (OSC 66) `: **no** - :ref:`Kitty Clipboard Protocol `: **no** - :ref:`OSC 52 Clipboard `: **no** - :ref:`Kitty Pointer Shapes (OSC 22) `: **no** - :ref:`Kitty Notifications (OSC 99) `: **no** - :ref:`Color Report (OSC 10/11) `: **yes** - :ref:`Terminal Identification (XTVERSION) `: **yes** - :ref:`Truecolor Detection `: **partial** Raw score: 15.62% **Graphics Score Details:** Graphics protocol support (100%): - Sixel: **yes** - ReGIS: **no** - iTerm2: **no** - Kitty: **yes** Scoring: 100% for modern (iTerm2/Kitty), 50% for legacy only (Sixel/ReGIS), 0% for none **Resource Score Details:** - Duration: 35.9s - Mean CPU: 38.5% - Mean RSS: 222.4 MB - Resources Score: 43/100 - Note: log-scale composite cost = log(CPU+1) + log(RSS+1) + log(time+1) - Scaled result: 42.7% **LANG Score Details (Geometric Mean):** Geometric mean calculation: - Formula: (p₁ × p₂ × ... × pₙ)^(1/n) where n = 118 languages - About `geometric mean `_ - Result: 96.65% .. _konsolewide: Wide character support ++++++++++++++++++++++ Wide character support of *Konsole* is **99.5%** (209 errors of 43592 codepoints tested). Sequence of a WIDE character, from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ================================================= ============= ========== ========= ========================= # Codepoint Python Category wcwidth Name === ================================================= ============= ========== ========= ========================= 1 `U+0001D313 `_ '\\U0001d313' So 2 TETRAGRAM FOR PENETRATION === ================================================= ============= ========== ========= ========================= Total codepoints: 1 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xf0\x9d\x8c\x93|\\n12|\\n" 𝌓| 12| - See Line 42254 of `ucs_wide.txt `_ for this sequence in the example file. Screenshot: .. image:: ../_static/screenshots/Konsole/wide.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px - python `wcwidth.wcswidth()`_ measures width 2, while *Konsole* measures width 1. .. _konsolenarrow: Narrow character support ++++++++++++++++++++++++ Narrow character support of *Konsole* is **100.0%** (14 errors of 36254 codepoints tested). Sequence of a NARROW character, from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ================== # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ================== 1 `U+06DD `_ '\\u06dd' Cf 1 ARABIC END OF AYAH === ========================================= ========= ========== ========= ================== Total codepoints: 1 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xdb\x9d|\\n1|\\n" ۝| 1| - python `wcwidth.wcswidth()`_ measures width 1, while *Konsole* measures width 0. .. _konsolezwj: Emoji ZWJ support +++++++++++++++++ Compatibility of *Konsole* with the Unicode Emoji ZWJ sequence table is **96.0%** (58 errors of 1445 sequences tested). Sequence of an Emoji ZWJ Sequence, from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ================================================= ============= ========== ========= ================================= # Codepoint Python Category wcwidth Name === ================================================= ============= ========== ========= ================================= 1 `U+0001F469 `_ '\\U0001f469' So 2 WOMAN 2 `U+0001F3FD `_ '\\U0001f3fd' Sk 2 EMOJI MODIFIER FITZPATRICK TYPE-4 3 `U+200D `_ '\\u200d' Cf 0 ZERO WIDTH JOINER 4 `U+0001FAEF `_ '\\U0001faef' Cn 2 na 5 `U+200D `_ '\\u200d' Cf 0 ZERO WIDTH JOINER 6 `U+0001F469 `_ '\\U0001f469' So 2 WOMAN 7 `U+0001F3FC `_ '\\U0001f3fc' Sk 2 EMOJI MODIFIER FITZPATRICK TYPE-3 === ================================================= ============= ========== ========= ================================= Total codepoints: 7 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xf0\x9f\x91\xa9\xf0\x9f\x8f\xbd\xe2\x80\x8d\xf0\x9f\xab\xaf\xe2\x80\x8d\xf0\x9f\x91\xa9\xf0\x9f\x8f\xbc|\\n12|\\n" 👩🏽‍🫯‍👩🏼| 12| Screenshot: .. image:: ../_static/screenshots/Konsole/zwj.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px - python `wcwidth.wcswidth()`_ measures width 2, while *Konsole* measures width 3. .. _konsolevs16: Variation Selector-16 support +++++++++++++++++++++++++++++ Emoji VS-16 results for *Konsole* is 0 errors out of 426 total codepoints tested, 100.0% success. All codepoint combinations with Variation Selector-16 tested were successful. .. _konsolevs15: Variation Selector-15 support +++++++++++++++++++++++++++++ Emoji VS-15 results for *Konsole* is 158 errors out of 158 total codepoints tested, 0.0% success. Sequence of a WIDE Emoji made NARROW by *Variation Selector-15*, from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ================================================= ============= ========== ========= ===================== # Codepoint Python Category wcwidth Name === ================================================= ============= ========== ========= ===================== 1 `U+0001F3AE `_ '\\U0001f3ae' So 2 VIDEO GAME 2 `U+FE0E `_ '\\ufe0e' Mn 0 VARIATION SELECTOR-15 === ================================================= ============= ========== ========= ===================== Total codepoints: 2 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xf0\x9f\x8e\xae\xef\xb8\x8e|\\n1|\\n" 🎮︎| 1| Screenshot: .. image:: ../_static/screenshots/Konsole/vs15.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px - python `wcwidth.wcswidth()`_ measures width 1, while *Konsole* measures width 2. .. _konsolesri: Standalone Regional Indicator support +++++++++++++++++++++++++++++++++++++ Standalone Regional Indicator support of *Konsole* is **100.0%** (0 errors of 26 codepoints tested). .. _konsolesfz: Standalone Fitzpatrick modifier support +++++++++++++++++++++++++++++++++++++++ Standalone Fitzpatrick skin tone modifier support of *Konsole* is **100.0%** (0 errors of 5 codepoints tested). .. _konsoleri: Regional Indicator flag sequence support ++++++++++++++++++++++++++++++++++++++++ Regional Indicator flag sequence support of *Konsole* is **100.0%** (0 errors of 262 sequences tested). .. _konsolegraphics: Graphics Protocol Support +++++++++++++++++++++++++ *Konsole* supports the following graphics protocols: Sixel_, `Kitty graphics`_. **Detection Methods:** - **Sixel** and **ReGIS**: Detected via the Device Attributes (DA1) query ``CSI c`` (``\x1b[c``). Extension code ``4`` indicates Sixel_ support, ``3`` ReGIS_. - **Kitty graphics**: Detected by sending a Kitty graphics query and checking for an ``OK`` response. - **iTerm2 inline images**: Detected via the iTerm2 capabilities query ``OSC 1337 ; Capabilities``. **Device Attributes Response:** - Extensions reported: 1, 4 - Sixel_ indicator (``4``): present - ReGIS_ indicator (``3``): not present .. _Sixel: https://en.wikipedia.org/wiki/Sixel .. _ReGIS: https://en.wikipedia.org/wiki/ReGIS .. _`iTerm2 inline images`: https://iterm2.com/documentation-images.html .. _konsolelang: Language Support ++++++++++++++++ The following 95 languages were tested with 100% success: (Jinan), (Yeonbyeon), Aja, Amarakaeri, Arabic, Standard, Assyrian Neo-Aramaic, Baatonum, Bamun, Belanda Viri, Bora, Catalan (2), Chickasaw, Chinantec, Chiltepec, Chinese, Gan, Chinese, Hakka, Chinese, Jinyu, Chinese, Mandarin (Beijing), Chinese, Mandarin (Guiyang), Chinese, Mandarin (Harbin), Chinese, Mandarin (Nanjing), Chinese, Mandarin (Simplified), Chinese, Mandarin (Tianjin), Chinese, Mandarin (Traditional), Chinese, Min Nan, Chinese, Wu, Chinese, Xiang, Chinese, Yue, Colorado, Dagaare, Southern, Dangme, Dari, Dendi, Dinka, Northeastern, Ditammari, Dzongkha, Evenki, Farsi, Western, Fon, French (Welche), Fur, Ga, Gen, Gilyak, Gumuz, Japanese, Japanese (Osaka), Japanese (Tokyo), Kabyle, Korean, Lamnso', Lao, Lingala (tones), Maldivian, Maori (2), Mazahua Central, Mirandese, Mixtec, Metlatónoc, Mongolian, Halh (Mongolian), Mòoré, Nanai, Navajo, Nuosu, Orok, Otomi, Mezquital, Panjabi, Eastern, Panjabi, Western, Pashto, Northern, Picard, Pular (Adlam), Saint Lucian Creole French, Secoya, Seraiki, Shan, Shipibo-Conibo, Siona, South Azerbaijani, Tagalog (Tagalog), Tai Dam, Tamazight, Central Atlas, Tamil, Tamil (Sri Lanka), Tem, Thai, Thai (2), Tibetan, Central, Ticuna, Uduk, Veps, Vietnamese, Vietnamese (Han nom), Waama, Yaneshaʼ, Yiddish, Eastern, Yoruba, Éwé. The following 23 languages are not fully supported: .. table:: :class: sphinx-datatable ======================================================== ========== ========= ============= lang n_errors n_total pct_success ======================================================== ========== ========= ============= :ref:`Javanese (Javanese) ` 294 530 44.5% :ref:`Malayalam ` 246 845 70.9% :ref:`Sanskrit ` 135 493 72.6% :ref:`Bengali ` 98 385 74.5% :ref:`Marathi ` 85 391 78.3% :ref:`Hindi ` 83 390 78.7% :ref:`Maithili ` 73 357 79.6% :ref:`Khmer, Central ` 88 443 80.1% :ref:`Nepali ` 68 352 80.7% :ref:`Tamang, Eastern ` 11 70 84.3% :ref:`Magahi ` 47 314 85.0% :ref:`Gujarati ` 50 343 85.4% :ref:`Bhojpuri ` 45 313 85.6% :ref:`Telugu ` 52 384 86.5% :ref:`Sanskrit (Grantha) ` 22 293 92.5% :ref:`Mon ` 19 332 94.3% :ref:`Chakma ` 13 267 95.1% :ref:`Burmese ` 12 268 95.5% :ref:`Kannada ` 11 287 96.2% :ref:`Khün ` 7 396 98.2% :ref:`Urdu (2) ` 1 82 98.8% :ref:`Urdu ` 1 110 99.1% :ref:`Sinhala ` 2 258 99.2% ======================================================== ========== ========= ============= .. _konsolelangjavanesejavanese: Javanese (Javanese) ^^^^^^^^^^^^^^^^^^^ Sequence of language *Javanese (Javanese)* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ================== # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ================== 1 `U+A98F `_ '\\ua98f' Lo 1 JAVANESE LETTER KA 2 `U+A9C0 `_ '\\ua9c0' Mc 0 JAVANESE PANGKON 3 `U+A98F `_ '\\ua98f' Lo 1 JAVANESE LETTER KA === ========================================= ========= ========== ========= ================== Total codepoints: 3 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xea\xa6\x8f\xea\xa7\x80\xea\xa6\x8f|\\n12|\\n" ꦏ꧀ꦏ| 12| Screenshot: .. image:: ../_static/screenshots/Konsole/lang_Javanese__Javanese_.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px - python `wcwidth.wcswidth()`_ measures width 2, while *Konsole* measures width 3. .. _konsolelangmalayalam: Malayalam ^^^^^^^^^ Sequence of language *Malayalam* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ======================= # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ======================= 1 `U+0D15 `_ '\\u0d15' Lo 1 MALAYALAM LETTER KA 2 `U+0D4D `_ '\\u0d4d' Mn 0 MALAYALAM SIGN VIRAMA 3 `U+0D15 `_ '\\u0d15' Lo 1 MALAYALAM LETTER KA 4 `U+0D3E `_ '\\u0d3e' Mc 0 MALAYALAM VOWEL SIGN AA === ========================================= ========= ========== ========= ======================= Total codepoints: 4 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe0\xb4\x95\xe0\xb5\x8d\xe0\xb4\x95\xe0\xb4\xbe|\\n12|\\n" ക്കാ| 12| Screenshot: .. image:: ../_static/screenshots/Konsole/lang_Malayalam.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px - python `wcwidth.wcswidth()`_ measures width 2, while *Konsole* measures width 3. .. _konsolelangsanskrit: Sanskrit ^^^^^^^^ Sequence of language *Sanskrit* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ======================= # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ======================= 1 `U+0915 `_ '\\u0915' Lo 1 DEVANAGARI LETTER KA 2 `U+094D `_ '\\u094d' Mn 0 DEVANAGARI SIGN VIRAMA 3 `U+0924 `_ '\\u0924' Lo 1 DEVANAGARI LETTER TA 4 `U+093F `_ '\\u093f' Mc 0 DEVANAGARI VOWEL SIGN I === ========================================= ========= ========== ========= ======================= Total codepoints: 4 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe0\xa4\x95\xe0\xa5\x8d\xe0\xa4\xa4\xe0\xa4\xbf|\\n12|\\n" क्ति| 12| Screenshot: .. image:: ../_static/screenshots/Konsole/lang_Sanskrit.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px .. _konsolelangbengali: Bengali ^^^^^^^ Sequence of language *Bengali* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ==================== # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ==================== 1 `U+0995 `_ '\\u0995' Lo 1 BENGALI LETTER KA 2 `U+09CD `_ '\\u09cd' Mn 0 BENGALI SIGN VIRAMA 3 `U+09A4 `_ '\\u09a4' Lo 1 BENGALI LETTER TA 4 `U+09BF `_ '\\u09bf' Mc 0 BENGALI VOWEL SIGN I === ========================================= ========= ========== ========= ==================== Total codepoints: 4 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe0\xa6\x95\xe0\xa7\x8d\xe0\xa6\xa4\xe0\xa6\xbf|\\n12|\\n" ক্তি| 12| Screenshot: .. image:: ../_static/screenshots/Konsole/lang_Bengali.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px - python `wcwidth.wcswidth()`_ measures width 2, while *Konsole* measures width 3. .. _konsolelangmarathi: Marathi ^^^^^^^ Sequence of language *Marathi* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ======================= # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ======================= 1 `U+0915 `_ '\\u0915' Lo 1 DEVANAGARI LETTER KA 2 `U+094D `_ '\\u094d' Mn 0 DEVANAGARI SIGN VIRAMA 3 `U+0924 `_ '\\u0924' Lo 1 DEVANAGARI LETTER TA 4 `U+093F `_ '\\u093f' Mc 0 DEVANAGARI VOWEL SIGN I === ========================================= ========= ========== ========= ======================= Total codepoints: 4 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe0\xa4\x95\xe0\xa5\x8d\xe0\xa4\xa4\xe0\xa4\xbf|\\n12|\\n" क्ति| 12| Screenshot: .. image:: ../_static/screenshots/Konsole/lang_Marathi.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px .. _konsolelanghindi: Hindi ^^^^^ Sequence of language *Hindi* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ======================= # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ======================= 1 `U+0915 `_ '\\u0915' Lo 1 DEVANAGARI LETTER KA 2 `U+094D `_ '\\u094d' Mn 0 DEVANAGARI SIGN VIRAMA 3 `U+0924 `_ '\\u0924' Lo 1 DEVANAGARI LETTER TA 4 `U+093F `_ '\\u093f' Mc 0 DEVANAGARI VOWEL SIGN I === ========================================= ========= ========== ========= ======================= Total codepoints: 4 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe0\xa4\x95\xe0\xa5\x8d\xe0\xa4\xa4\xe0\xa4\xbf|\\n12|\\n" क्ति| 12| Screenshot: .. image:: ../_static/screenshots/Konsole/lang_Hindi.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px .. _konsolelangmaithili: Maithili ^^^^^^^^ Sequence of language *Maithili* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ======================= # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ======================= 1 `U+0915 `_ '\\u0915' Lo 1 DEVANAGARI LETTER KA 2 `U+094D `_ '\\u094d' Mn 0 DEVANAGARI SIGN VIRAMA 3 `U+0924 `_ '\\u0924' Lo 1 DEVANAGARI LETTER TA 4 `U+093F `_ '\\u093f' Mc 0 DEVANAGARI VOWEL SIGN I === ========================================= ========= ========== ========= ======================= Total codepoints: 4 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe0\xa4\x95\xe0\xa5\x8d\xe0\xa4\xa4\xe0\xa4\xbf|\\n12|\\n" क्ति| 12| Screenshot: .. image:: ../_static/screenshots/Konsole/lang_Maithili.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px .. _konsolelangkhmercentral: Khmer, Central ^^^^^^^^^^^^^^ Sequence of language *Khmer, Central* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= =================== # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= =================== 1 `U+1780 `_ '\\u1780' Lo 1 KHMER LETTER KA 2 `U+17D2 `_ '\\u17d2' Mn 0 KHMER SIGN COENG 3 `U+178A `_ '\\u178a' Lo 1 KHMER LETTER DA 4 `U+17C5 `_ '\\u17c5' Mc 0 KHMER VOWEL SIGN AU === ========================================= ========= ========== ========= =================== Total codepoints: 4 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe1\x9e\x80\xe1\x9f\x92\xe1\x9e\x8a\xe1\x9f\x85|\\n12|\\n" ក្ដៅ| 12| Screenshot: .. image:: ../_static/screenshots/Konsole/lang_Khmer__Central.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px - python `wcwidth.wcswidth()`_ measures width 2, while *Konsole* measures width 3. .. _konsolelangnepali: Nepali ^^^^^^ Sequence of language *Nepali* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ======================= # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ======================= 1 `U+0915 `_ '\\u0915' Lo 1 DEVANAGARI LETTER KA 2 `U+094D `_ '\\u094d' Mn 0 DEVANAGARI SIGN VIRAMA 3 `U+0924 `_ '\\u0924' Lo 1 DEVANAGARI LETTER TA 4 `U+093F `_ '\\u093f' Mc 0 DEVANAGARI VOWEL SIGN I === ========================================= ========= ========== ========= ======================= Total codepoints: 4 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe0\xa4\x95\xe0\xa5\x8d\xe0\xa4\xa4\xe0\xa4\xbf|\\n12|\\n" क्ति| 12| Screenshot: .. image:: ../_static/screenshots/Konsole/lang_Nepali.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px .. _konsolelangtamangeastern: Tamang, Eastern ^^^^^^^^^^^^^^^ Sequence of language *Tamang, Eastern* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ======================= # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ======================= 1 `U+0915 `_ '\\u0915' Lo 1 DEVANAGARI LETTER KA 2 `U+094D `_ '\\u094d' Mn 0 DEVANAGARI SIGN VIRAMA 3 `U+0924 `_ '\\u0924' Lo 1 DEVANAGARI LETTER TA 4 `U+093F `_ '\\u093f' Mc 0 DEVANAGARI VOWEL SIGN I === ========================================= ========= ========== ========= ======================= Total codepoints: 4 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe0\xa4\x95\xe0\xa5\x8d\xe0\xa4\xa4\xe0\xa4\xbf|\\n12|\\n" क्ति| 12| Screenshot: .. image:: ../_static/screenshots/Konsole/lang_Tamang__Eastern.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px .. _konsolelangmagahi: Magahi ^^^^^^ Sequence of language *Magahi* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ======================= # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ======================= 1 `U+0915 `_ '\\u0915' Lo 1 DEVANAGARI LETTER KA 2 `U+094D `_ '\\u094d' Mn 0 DEVANAGARI SIGN VIRAMA 3 `U+0924 `_ '\\u0924' Lo 1 DEVANAGARI LETTER TA 4 `U+093F `_ '\\u093f' Mc 0 DEVANAGARI VOWEL SIGN I === ========================================= ========= ========== ========= ======================= Total codepoints: 4 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe0\xa4\x95\xe0\xa5\x8d\xe0\xa4\xa4\xe0\xa4\xbf|\\n12|\\n" क्ति| 12| Screenshot: .. image:: ../_static/screenshots/Konsole/lang_Magahi.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px .. _konsolelanggujarati: Gujarati ^^^^^^^^ Sequence of language *Gujarati* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ====================== # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ====================== 1 `U+0A95 `_ '\\u0a95' Lo 1 GUJARATI LETTER KA 2 `U+0ACD `_ '\\u0acd' Mn 0 GUJARATI SIGN VIRAMA 3 `U+0A95 `_ '\\u0a95' Lo 1 GUJARATI LETTER KA 4 `U+0ABE `_ '\\u0abe' Mc 0 GUJARATI VOWEL SIGN AA === ========================================= ========= ========== ========= ====================== Total codepoints: 4 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe0\xaa\x95\xe0\xab\x8d\xe0\xaa\x95\xe0\xaa\xbe|\\n12|\\n" ક્કા| 12| Screenshot: .. image:: ../_static/screenshots/Konsole/lang_Gujarati.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px - python `wcwidth.wcswidth()`_ measures width 2, while *Konsole* measures width 3. .. _konsolelangbhojpuri: Bhojpuri ^^^^^^^^ Sequence of language *Bhojpuri* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ======================= # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ======================= 1 `U+0915 `_ '\\u0915' Lo 1 DEVANAGARI LETTER KA 2 `U+094D `_ '\\u094d' Mn 0 DEVANAGARI SIGN VIRAMA 3 `U+0918 `_ '\\u0918' Lo 1 DEVANAGARI LETTER GHA 4 `U+094D `_ '\\u094d' Mn 0 DEVANAGARI SIGN VIRAMA 5 `U+0918 `_ '\\u0918' Lo 1 DEVANAGARI LETTER GHA 6 `U+093F `_ '\\u093f' Mc 0 DEVANAGARI VOWEL SIGN I 7 `U+094D `_ '\\u094d' Mn 0 DEVANAGARI SIGN VIRAMA === ========================================= ========= ========== ========= ======================= Total codepoints: 7 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe0\xa4\x95\xe0\xa5\x8d\xe0\xa4\x98\xe0\xa5\x8d\xe0\xa4\x98\xe0\xa4\xbf\xe0\xa5\x8d|\\n12|\\n" क्घ्घि्| 12| Screenshot: .. image:: ../_static/screenshots/Konsole/lang_Bhojpuri.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px - python `wcwidth.wcswidth()`_ measures width 2, while *Konsole* measures width 4. .. _konsolelangtelugu: Telugu ^^^^^^ Sequence of language *Telugu* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ==================== # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ==================== 1 `U+0C15 `_ '\\u0c15' Lo 1 TELUGU LETTER KA 2 `U+0C3E `_ '\\u0c3e' Mn 0 TELUGU VOWEL SIGN AA 3 `U+0C02 `_ '\\u0c02' Mc 0 TELUGU SIGN ANUSVARA === ========================================= ========= ========== ========= ==================== Total codepoints: 3 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe0\xb0\x95\xe0\xb0\xbe\xe0\xb0\x82|\\n12|\\n" కాం| 12| Screenshot: .. image:: ../_static/screenshots/Konsole/lang_Telugu.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px - python `wcwidth.wcswidth()`_ measures width 2, while *Konsole* measures width 1. .. _konsolelangsanskritgrantha: Sanskrit (Grantha) ^^^^^^^^^^^^^^^^^^ Sequence of language *Sanskrit (Grantha)* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ================================================= ============= ========== ========= =================== # Codepoint Python Category wcwidth Name === ================================================= ============= ========== ========= =================== 1 `U+00011315 `_ '\\U00011315' Lo 1 GRANTHA LETTER KA 2 `U+0001134D `_ '\\U0001134d' Mc 0 GRANTHA SIGN VIRAMA === ================================================= ============= ========== ========= =================== Total codepoints: 2 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xf0\x91\x8c\x95\xf0\x91\x8d\x8d|\\n1|\\n" 𑌕𑍍| 1| Screenshot: .. image:: ../_static/screenshots/Konsole/lang_Sanskrit__Grantha_.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px - python `wcwidth.wcswidth()`_ measures width 1, while *Konsole* measures width 2. .. _konsolelangmon: Mon ^^^ Sequence of language *Mon* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ==================================== # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ==================================== 1 `U+1000 `_ '\\u1000' Lo 1 MYANMAR LETTER KA 2 `U+1060 `_ '\\u1060' Mn 0 MYANMAR CONSONANT SIGN MON MEDIAL LA 3 `U+1031 `_ '\\u1031' Mc 0 MYANMAR VOWEL SIGN E === ========================================= ========= ========== ========= ==================================== Total codepoints: 3 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe1\x80\x80\xe1\x81\xa0\xe1\x80\xb1|\\n12|\\n" ကၠေ| 12| Screenshot: .. image:: ../_static/screenshots/Konsole/lang_Mon.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px - python `wcwidth.wcswidth()`_ measures width 2, while *Konsole* measures width 1. .. _konsolelangchakma: Chakma ^^^^^^ Sequence of language *Chakma* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ================================================= ============= ========== ========= =================== # Codepoint Python Category wcwidth Name === ================================================= ============= ========== ========= =================== 1 `U+00011107 `_ '\\U00011107' Lo 1 CHAKMA LETTER KAA 2 `U+00011133 `_ '\\U00011133' Mn 0 CHAKMA VIRAMA 3 `U+00011120 `_ '\\U00011120' Lo 1 CHAKMA LETTER YYAA 4 `U+0001112C `_ '\\U0001112c' Mc 0 CHAKMA VOWEL SIGN E === ================================================= ============= ========== ========= =================== Total codepoints: 4 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xf0\x91\x84\x87\xf0\x91\x84\xb3\xf0\x91\x84\xa0\xf0\x91\x84\xac|\\n12|\\n" 𑄇𑄳𑄠𑄬| 12| Screenshot: .. image:: ../_static/screenshots/Konsole/lang_Chakma.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px - python `wcwidth.wcswidth()`_ measures width 2, while *Konsole* measures width 3. .. _konsolelangburmese: Burmese ^^^^^^^ Sequence of language *Burmese* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ================================ # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ================================ 1 `U+1000 `_ '\\u1000' Lo 1 MYANMAR LETTER KA 2 `U+103A `_ '\\u103a' Mn 0 MYANMAR SIGN ASAT 3 `U+103B `_ '\\u103b' Mc 0 MYANMAR CONSONANT SIGN MEDIAL YA === ========================================= ========= ========== ========= ================================ Total codepoints: 3 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe1\x80\x80\xe1\x80\xba\xe1\x80\xbb|\\n12|\\n" က်ျ| 12| Screenshot: .. image:: ../_static/screenshots/Konsole/lang_Burmese.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px - python `wcwidth.wcswidth()`_ measures width 2, while *Konsole* measures width 1. .. _konsolelangkannada: Kannada ^^^^^^^ Sequence of language *Kannada* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ===================== # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ===================== 1 `U+0C95 `_ '\\u0c95' Lo 1 KANNADA LETTER KA 2 `U+0CBF `_ '\\u0cbf' Mn 0 KANNADA VOWEL SIGN I 3 `U+0C82 `_ '\\u0c82' Mc 0 KANNADA SIGN ANUSVARA === ========================================= ========= ========== ========= ===================== Total codepoints: 3 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe0\xb2\x95\xe0\xb2\xbf\xe0\xb2\x82|\\n12|\\n" ಕಿಂ| 12| Screenshot: .. image:: ../_static/screenshots/Konsole/lang_Kannada.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px - python `wcwidth.wcswidth()`_ measures width 2, while *Konsole* measures width 1. .. _konsolelangkhn: Khün ^^^^ Sequence of language *Khün* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ====================== # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ====================== 1 `U+1A29 `_ '\\u1a29' Lo 1 TAI THAM LETTER LOW CA 2 `U+1A75 `_ '\\u1a75' Mn 0 TAI THAM SIGN TONE-1 3 `U+1A6D `_ '\\u1a6d' Mc 0 TAI THAM VOWEL SIGN OY === ========================================= ========= ========== ========= ====================== Total codepoints: 3 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe1\xa8\xa9\xe1\xa9\xb5\xe1\xa9\xad|\\n12|\\n" ᨩ᩵ᩭ| 12| Screenshot: .. image:: ../_static/screenshots/Konsole/lang_Khün.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px - python `wcwidth.wcswidth()`_ measures width 2, while *Konsole* measures width 1. .. _konsolelangurdu2: Urdu (2) ^^^^^^^^ Sequence of language *Urdu (2)* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= =============================== # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= =============================== 1 `U+0601 `_ '\\u0601' Cf 1 ARABIC SIGN SANAH 2 `U+06F1 `_ '\\u06f1' Nd 1 EXTENDED ARABIC-INDIC DIGIT ONE === ========================================= ========= ========== ========= =============================== Total codepoints: 2 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xd8\x81\xdb\xb1|\\n12|\\n" ؁۱| 12| Screenshot: .. image:: ../_static/screenshots/Konsole/lang_Urdu__2_.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px .. _konsolelangurdu: Urdu ^^^^ Sequence of language *Urdu* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= =============================== # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= =============================== 1 `U+0601 `_ '\\u0601' Cf 1 ARABIC SIGN SANAH 2 `U+06F1 `_ '\\u06f1' Nd 1 EXTENDED ARABIC-INDIC DIGIT ONE === ========================================= ========= ========== ========= =============================== Total codepoints: 2 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xd8\x81\xdb\xb1|\\n12|\\n" ؁۱| 12| Screenshot: .. image:: ../_static/screenshots/Konsole/lang_Urdu.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px - python `wcwidth.wcswidth()`_ measures width 2, while *Konsole* measures width 1. .. _konsolelangsinhala: Sinhala ^^^^^^^ Sequence of language *Sinhala* from midpoint of alignment failure records: .. table:: :class: sphinx-datatable === ========================================= ========= ========== ========= ================================= # Codepoint Python Category wcwidth Name === ========================================= ========= ========== ========= ================================= 1 `U+0DAF `_ '\\u0daf' Lo 1 SINHALA LETTER ALPAPRAANA DAYANNA 2 `U+0DD2 `_ '\\u0dd2' Mn 0 SINHALA VOWEL SIGN KETTI IS-PILLA 3 `U+0D82 `_ '\\u0d82' Mc 0 SINHALA SIGN ANUSVARAYA === ========================================= ========= ========== ========= ================================= Total codepoints: 3 - Shell test using `printf(1)`_, ``'|'`` should align in output:: $ printf "\xe0\xb6\xaf\xe0\xb7\x92\xe0\xb6\x82|\\n12|\\n" දිං| 12| Screenshot: .. image:: ../_static/screenshots/Konsole/lang_Sinhala.png :alt: Terminal screenshot of the rendering discrepancy :width: 1122px :height: 341px - python `wcwidth.wcswidth()`_ measures width 2, while *Konsole* measures width 1. .. _konsoledecmodes: DEC Private Modes Support +++++++++++++++++++++++++ This Terminal does not appear capable of reporting about any DEC Private modes. .. _konsolekittykbd: Kitty Keyboard Protocol +++++++++++++++++++++++ *Konsole* does not support the `Kitty keyboard protocol`_. .. _`Kitty keyboard protocol`: https://sw.kovidgoyal.net/kitty/keyboard-protocol/ .. _konsolextgettcap: XTGETTCAP (Terminfo Capabilities) +++++++++++++++++++++++++++++++++ *Konsole* does not support the ``XTGETTCAP`` sequence. .. _konsoletextsizing: Text Sizing Protocol (OSC 66) +++++++++++++++++++++++++++++ *Konsole* does not support the `Text Sizing protocol`_. .. _`Text Sizing protocol`: https://sw.kovidgoyal.net/kitty/text-sizing-protocol/ .. _konsoletruecolor: Truecolor Support +++++++++++++++++ *Konsole* supports 24-bit truecolor, detectable via: - XTGETTCAP (RGB capability): **no** - DECRQSS (truecolor probe): **no** - COLORTERM: **yes (truecolor)** .. warning:: COLORTERM is an environment variable, not a terminal query. It is not forwarded over SSH without ``SendEnv`` / ``AcceptEnv`` configuration, so detection via COLORTERM alone may be unreliable on remote hosts. .. _konsoleosc52: OSC 52 Clipboard Support ++++++++++++++++++++++++ *Konsole* does **not** advertise OSC 52 clipboard support via DA1 extension 52 or XTGETTCAP Ms. - DA1 extension 52: **no** - XTGETTCAP Ms: **no** .. _konsoleidentification: Terminal Identification +++++++++++++++++++++++ *Konsole* is identified as **Konsole** version **23.08.5** (detected via XTVERSION). - XTVERSION (raw): **Konsole 23.08.5** - XTVERSION: **yes** - XTGETTCAP TN: **no** - ENQ: **no** - TERM_PROGRAM: **no** - TERM: **no** (xterm-256color) .. _konsolereproduce: Reproduction ++++++++++++ To reproduce these results for *Konsole*, install and run ucs-detect_ with the following commands:: uvx ucs-detect --rerun data/konsole.yaml .. _konsoletime: .. _konsoleresources: Test Performance ++++++++++++++++ The test suite completed in **35.94 seconds** (35s). - **Mean CPU**: 38.5% - **Mean RSS**: 222.4 MB - **Total time**: 35.9s .. figure:: ../_static/profiles/Konsole_cpu.png :alt: CPU usage over time :width: 600px CPU usage during test execution for *Konsole*. .. figure:: ../_static/profiles/Konsole_rss.png :alt: RSS memory over time :width: 600px RSS memory usage during test execution for *Konsole*. .. figure:: ../_static/profiles/Konsole_time.png :alt: Duration comparison :width: 600px Test duration for *Konsole* compared to all other terminals. .. figure:: ../_static/profiles/Konsole_cpu_vs_time.png :alt: CPU % vs Duration :width: 600px CPU % vs duration trade-off for *Konsole*. .. _`printf(1)`: https://www.man7.org/linux/man-pages/man1/printf.1.html .. _`wcwidth.wcswidth()`: https://wcwidth.readthedocs.io/en/latest/intro.html .. _`ucs-detect`: https://github.com/jquast/ucs-detect .. _`ttyscan`: https://github.com/jquast/ttyscan .. _`DEC Private Modes`: https://blessed.readthedocs.io/en/latest/dec_modes.html .. _`OSC 52`: https://dev.to/djmitche/clipboards-terminals-and-linux-3pk5 .. _`XTGETTCAP`: https://codeberg.org/dnkl/foot#xtgettcap .. _`Truecolor`: https://github.com/termstandard/colors/blob/master/README.md .. _`Kitty graphics`: https://sw.kovidgoyal.net/kitty/graphics-protocol/