0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

PowerShell でGrapheme Clusterについて

0
Last updated at Posted at 2025-06-01

PowerShell でGrapheme Clusterについて

éの場合そのまま代入してもいいのですが
アクセントと別ける方法もあります

$string = 'e' + [char]0x0301

文字数は変わらないですが 場合によっては Length = 2になる場合もあるらしいです

https://mjeld.com/blog2/pwsh_grapheme_cluster.html
grapheme_cluster.gif

Windowsの国旗絵文字問題は解決できてないのですかね?
私の環境では IMEで日本と入力すると国旗は出てこないようで

🇯🇵

上記が表示されます

Windowsでデザインなどしてる人は どないしてはるんでしょうか?
20250601at1900.gif

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?