A symbol dosen’t display properly in editor

The popular SciTE-based AutoHotkey Script Editor
songdg
Posts: 575
Joined: 04 Oct 2017, 20:04

A symbol dosen’t display properly in editor

Post by songdg » 02 Feb 2024, 05:24

Code: Select all

dump_text := "
(
    Type: 50008 (List) LocalizedType: "列表"
    1: Type: 50007 (ListItem) LocalizedType: "列表项目"
    1,1: Type: 50020 (Text) Name: "1" LocalizedType: "文本"
    2: Type: 50007 (ListItem) LocalizedType: "列表项目"
    2,1: Type: 50020 (Text) Name: "2" LocalizedType: "文本"
    3: Type: 50007 (ListItem) LocalizedType: "列表项目"
    3,1: Type: 50020 (Text) Name: "3" LocalizedType: "文本"
    4: Type: 50007 (ListItem) LocalizedType: "列表项目"
    4,1: Type: 50020 (Text) Name: "4" LocalizedType: "文本"
    5: Type: 50007 (ListItem) LocalizedType: "列表项目"
    5,1: Type: 50020 (Text) Name: "5" LocalizedType: "文本"
    6: Type: 50007 (ListItem) LocalizedType: "列表项目"
    6,1: Type: 50020 (Text) Name: "6" LocalizedType: "文本"
    7: Type: 50007 (ListItem) LocalizedType: "列表项目"
    7,1: Type: 50020 (Text) Name: "" LocalizedType: "文本"
)"

Code: Select all

""
That symbol dosen’t display properly in SciTE4AutoHotkey, how to fix that problem?
Attachments
symbol.png
symbol.png (51.42 KiB) Viewed 318 times

User avatar
andymbody
Posts: 904
Joined: 02 Jul 2017, 23:47

Re: A symbol dosen’t display properly in editor

Post by andymbody » 02 Feb 2024, 07:46

The character appears to be Unicode E794, which is in the private use area. My understanding is that private use characters may not display the same in editors. Don't know of a solution tho. I'd be interested in understanding this myself.

songdg
Posts: 575
Joined: 04 Oct 2017, 20:04

Re: A symbol dosen’t display properly in editor

Post by songdg » 03 Feb 2024, 21:26

andymbody wrote:
02 Feb 2024, 07:46
The character appears to be Unicode E794, which is in the private use area. My understanding is that private use characters may not display the same in editors. Don't know of a solution tho. I'd be interested in understanding this myself.
Thanks for provide that information, that symbol is use for fast forward or backward.

Post Reply

Return to “SciTE4AutoHotkey”