[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Using UTF-8 Graphemes in pcase
From: |
Heime |
Subject: |
Using UTF-8 Graphemes in pcase |
Date: |
Wed, 16 Aug 2023 08:23:48 +0000 |
I am using a pcase matching strings that include UTF-8 Graphemes. Would this
be safe to do, or would the match fail should a user not have a specific
UTF-8 Grapheme available on his system.
(setq grafm "sumintsl ⨋")
(pcase grafm
("sumintsl ⨋" (imprint seltr "\\sumintsl" "")) )
- Using UTF-8 Graphemes in pcase,
Heime <=