[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Using UTF-8 Graphemes in pcase
From: |
Anders Munch |
Subject: |
RE: Using UTF-8 Graphemes in pcase |
Date: |
Wed, 16 Aug 2023 08:50:13 +0000 |
Heime wrote:
> 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.
String comparison does not depend on the presence of fonts. You'll be fine.
regards, Anders