• Show log

    Commit

  • Hash : 7d91a753
    Author : Pierre Le Marre
    Date : 2025-03-29T12:24:39

    xkbcomp: Enable xkbcomp-style octal escape sequences
    
    Xorg xkbcomp only parses octal sequences with `\0`, while xkbcommon
    does not force the `0` prefix of the numeric part. However, we only
    parsed up to to 3 digits, which does not allow to parse e.g. `\0377`
    while `\377` parses fine.
    
    Fixed by parsing up to 4 octal digits, while checking the result fits
    into a byte.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/libxkbcommon.git
    Git SSH git@git.kmx.io:kc3-lang/libxkbcommon.git
    Public access ? public
    Description

    keymap handling library for toolkits and window systems

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags