Page 1 of 1

A symbol dosen’t display properly in editor

Posted: 02 Feb 2024, 05:24
by songdg

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?

Re: A symbol dosen’t display properly in editor

Posted: 02 Feb 2024, 07:46
by andymbody
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.

Re: A symbol dosen’t display properly in editor

Posted: 03 Feb 2024, 21:26
by songdg
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.