RetroFE forums

General Category => General Discussion & Help => Topic started by: zlagos on May 17, 2017, 12:29:14 AM

Title: Translation into Spanish
Post by: zlagos on May 17, 2017, 12:29:14 AM
Hello everyone...

I am Spanish and I am translating some things from RetroFE, but I have a problem:

In Spanish, special letters are used (ñ, á, é, etc.). And in RetroFE they do not appear.

Anyone know how I could see them?

O well...

In what language is RetroFE encoded? Knowing it, maybe I can find the code to replace them correctly.

Thanks and regards.
Title: Re: Translation into Spanish
Post by: Pieter Hulshoff on May 17, 2017, 07:51:56 AM
In Spanish, special letters are used (ñ, á, é, etc.). And in RetroFE they do not appear.
Anyone know how I could see them?
In what language is RetroFE encoded? Knowing it, maybe I can find the code to replace them correctly.

UTF-8 is not (yet) supported; I haven't quite figured out yet how to support that using strings and SDL.
RetroFE is written in C++ using the SDL 2 library.