• Show log

    Commit

  • Hash : 5e557040
    Author : Pierre Le Marre
    Date : 2025-04-09T11:17:00

    xkbcomp: Fix Unicode escape sequence
    
    While the previous code correctly rejected malformed sequences such as
    `\u{` (incomplete) or `\u{123x}`, it should try to consume as much input
    as possible until reaching the corresponding closing `}` within the
    string. Else we can get leftovers and the error message does not
    reference the whole malformed sequence.
    
    Also added further tests with surrogates and noncharacters.
    

  • 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