RhenaudTheLukark / CreateYourFrisk

Rhenaud The Lukark's Unitale fork
GNU General Public License v3.0
132 stars 56 forks source link

I can't create a new font #83

Closed NumanSadik closed 3 years ago

NumanSadik commented 3 years ago

I am trying to make a font with my language but, i am getting an error message resim_2021-02-25_094754

NumanSadik commented 3 years ago

it is cyf 0.6.4

RhenaudTheLukark commented 3 years ago

The error is pretty straightforward. In the font you made, you used the encoding 'iso-8859-9', but it isn't supported. I suggest you use the encoding 'utf-8' instead, as it seems to have the characters you need.

NumanSadik commented 3 years ago

can you tell me which encode formats are supported.

NumanSadik commented 3 years ago

I want to use turkish characters.

RhenaudTheLukark commented 3 years ago

I don't know the list of encoding formats you can use, but I can assure you the format 'utf-8' works on CYF v0.6.5, as this screenshot shows. image

NumanSadik commented 3 years ago

ok thanks, i will try.

RhenaudTheLukark commented 3 years ago

Closing this issue since no extra info has been given.