Search found 2 matches

by mercury
Sat Sep 12, 2015 2:33 pm
Forum: General
Topic: kernel level UTF8 support?
Replies: 4
Views: 17613

Re: kernel level UTF8 support?

UTF-8 characters have different length.
Look here https://en.wikipedia.org/wiki/UTF-8

And need a program to read pcf, ttc or other format font file. Some font file encode in many different code page.
libiconv can convert Unicode, UTF-8 and many other code page. Is that possible port to visopsys?
by mercury
Sun Aug 30, 2015 2:59 pm
Forum: General
Topic: kernel level UTF8 support?
Replies: 4
Views: 17613

kernel level UTF8 support?

I look around the source code, it all in ansi. I'm wondering if it possible make the visopsys kernel use UTF8. And fontutil seems does't support UTF8 or double-byte characters. I want use Source Han Sans in visopsys with simplified and traditional Chinese, Korean, and Japanese characters. Also need ...