davidcallanan / os-series

818 stars 119 forks source link

UTF-8 Characters #34

Open Zduniusz opened 3 years ago

Zduniusz commented 3 years ago

Hi, I'm stuck at printing utf-8, does anybody know how to print UTF-8 chars?

KingUndeadCodes commented 3 years ago

I THINK only ascii characters work at this state.

Kjur0 commented 3 years ago

Sadness... How do I translate my system to polish...

KingUndeadCodes commented 3 years ago

Sadness... How do I translate my system to polish...

?

Zduniusz commented 3 years ago

I THINK only ascii characters work at this state.

Maybe writing your own printing driver by drawing them pixel by pixel would help?

automa1on commented 3 years ago

I THINK only ascii characters work at this state.

Maybe writing your own printing driver by drawing them pixel by pixel would help?

yes

Zduniusz commented 3 years ago

I THINK only ascii characters work at this state.

Maybe writing your own printing driver by drawing them pixel by pixel would help?

yes

Is graphic mode that supports drawing enabled by default on grub or you have to enable it? If so how can you do it?

davidcallanan commented 3 years ago

As @Zduniusz says, you'll need a custom driver with custom graphics code to support characters beyond the basic ascii interface.