How to get a single Arabic letter in a string with its Unicode transformation value in DELPHI?

前端 未结 3 895
感情败类
感情败类 2020-12-19 04:32

Considering this Arabic word(جبل) made of 3 letters .

-the first letter is جـ, -name is (ǧīm), -its Unicode value is FE9F when its in the beginning, -its basic va

3条回答
  •  既然无缘
    2020-12-19 04:47

    I don't think you can do it using string/char related methods. But using pchar, maybe can you access the memory and read the Pword values directly

    EDIT: After discussing with David, I think that you will always get the basic/isolated value of the letter. The fact that begin or end glyph is used, is probably just handled by the display framework of the OS

提交回复
热议问题