Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RetroArch doesn't show special characters in 1.5 #4796

Closed
ghost opened this issue Apr 1, 2017 · 6 comments
Closed

RetroArch doesn't show special characters in 1.5 #4796

ghost opened this issue Apr 1, 2017 · 6 comments

Comments

@ghost
Copy link

ghost commented Apr 1, 2017

Description

RetroArch 1.5, at least for windows, have problems showing some characters, like: á é í ó ú
It works OK in 1.3.6

Expected behavior

Show all characters.

Actual behavior

Show a square: [] and can affect next characters. Here you can see the behaviour: http://imgur.com/SM4bNRL

In 1.3.6 it shows OK: http://imgur.com/mP6v9XZ

Steps to reproduce the bug

Create a folder with accents, for example: Emulación

Bisect Results

¿1.4?

Version/Commit

Environment information

  • OS: Windows 10

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@mac1202
Copy link

mac1202 commented Apr 11, 2017

I have the same issue on linux but only with vulkan driver. In opengl they are properly displayed can you test if it s the same thing for you ?

@ghost
Copy link

ghost commented Apr 11, 2017

@Palatosino Do you have a custom menu font set? If yes can you try the default one? If not can you try updating your assets? The box character means that font is simply missing that character, but RA does support Unicode characters. If none of that works you could try with a new/empty retroarch.cfg file.

@mac1202 Judging from the screenshot it doesn't look like he's using vulkan, but I would guess that the vulkan font renderer does not currently support Unicode like the GL driver does. @aliaspider would know.

@ghost
Copy link
Author

ghost commented Apr 14, 2017

@bparker06 I didn't know that I can change the menu font, so no. I didn't changed the menu font.
I updated assets (online updater -> update assets) and no result.
I moved "retrotarch.cfg" and it do nothing (well, disconfigured all, but nothing the squares continue).

I tested something: I put my interface in "Spanish" and I see special characters, but not in the file explorer.
So the menu contains special chars (No core = Sin núcleo, with special char) but the file explorer shows the same behaviour, the path in the top too and retroarch notifications with paths ("Creating configuration in PATH") too.

Is posible that this is a problem with paths with special characters?

@ghost
Copy link

ghost commented Apr 14, 2017

@Palatosino Ah yes I forgot, unicode paths are not working correctly in windows because windows uses utf16 for the filenames while RA uses utf8 internally. I made some changes a few months back that fixed this, but it broke other things too so it had to be reverted. It is certainly something that can be revisited later though, but for now there isn't a simple solution on windows yet (Linux works fine though).

@lotharsm
Copy link
Contributor

I have a similar issue on Windows when using the vulkan driver. All special characters in the GUI are broken.

@ghost
Copy link

ghost commented Sep 20, 2017

duplicate of #5019

@ghost ghost closed this as completed Sep 20, 2017
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants