bugm17n - Bugs: bug #66557, Add support for non-ASCII symbols

 
 

bug #66557: Add support for non-ASCII symbols

Submitter:  None
Submitted:  Thu 12 Dec 2024 08:52:01 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 07 Apr 2025 02:49:04 PM UTC, comment #1: 

https://www.nongnu.org/m17n/manual-en/m17nDBTutorial.html says:

> KEYSEQ specifies a sequence of keys in this format:
>
>  (SYMBOLIC-KEY SYMBOLIC-KEY ...)
>
> where SYMBOLIC-KEY is the keysym value returned by the xev > command. For instance
>
>  (n i)
>
>represents a key sequence of <n> and <i>. If all SYMBOLIC-KEYs >are ASCII characters, you can use the short form
>
>  "ni"


So it works if instead of

("čw" "ć")

you write:

((ccaron w) "ć")

You can find the names of the keysyms either by using something like `xev` as mentioned in the tutorial or look into /usr/include/X11/keysymdef.h


Mike FABIAN <mike_fabian>
Group Member
Thu 12 Dec 2024 08:52:01 PM UTC, original submission:  

I added this rule, but it is not recognized:
("aw" "å")
("čw" "ć")
("lw" "ĺ")

And result: å čw ĺ

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mike_fabian (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.15-e6e5.
    Corresponding source code