Jump to content

jayjiang

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by jayjiang

  1. Hey,

    I don't think you need UTF-16 to make it work if you fix the offset table size limit.

    However in case of languages not using the latin alphabet (or very little of it), it would be more efficient as most characters will need 3 bytes in UTF-8, and only 2 in UTF-16.

    yes, for now I use a function to convert utf16 to utf8 and then display it. it works fine.

  2. 1.For this question, I download the mcufont encoder' s source file and compile it into windows execute file. I found the offset table' s size is limited by 64KB. for Chinese character,is not enough. So may be you guys can check it again.

    2.I wonder if I could display Chinese on widgets?

    3.I want to display the file name(Chinese) which read from FatFs but FatFs will convert it from unicode to cc396(GBK). I must convert it to unicode then to UTF8 for display. So I want to know if ugfx can support UTF16(I know mcufont is support it, but ugfx' s widgets (e.g. list) is not support)?

×
×
  • Create New...