Jump to content

How to read Unicode when opening a file


Guest young jin o

Recommended Posts

Guest young jin o

hi~    

sorry...  Do not speak English well.

For example.

 " while(fgets( temp_buffer, sizeof(temp_buffer), pFile )) "   <==  use.

temp_buffer   <==  How do you get this in Unicode?    

 

 

I succeeded in Hangul font.  but... fileopen  has failed.

 

Please tell me how.

 

Link to comment
Share on other sites

Hello @oyoungjin and welcome to the µGFX community!

fgets() is a function of the clib (of stdio). It has nothing to do with µGFX. Your question does not seem to be related to µGFX at all or am I misunderstanding?

 

On 4/4/2017 at 17:25, oyoungjin said:

Additionally... Can I manipulate the scroll bars of a list directly?

That's currently not possible through the existing high-level API of the list widget. You'll have to add that yourself and we'll consider adding it in the future.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...