Hi!
After managing to get ncursesw
compiled in OSX, I’ve managed to compile and install gtypist
OSX Version:
ProductName: Mac OS X
ProductVersion: 10.11.6
BuildVersion: 15G1421
When I launch it with gtypist
on the command line, it doesn’t work, but the command TERMINFO=/usr/share/terminfo gtypist
works…
The problem is when I try to load Spanish lessons:
I get:
2017-04-30 22:02:42 address@hidden:~ $ TERMINFO=/usr/share/terminfo gtypist esp.typ
gtypist: line 19: iconv() failed on 'B:Lecciones de manejo de teclado en español para GNU Typist': Illegal byte sequence
You should probably use a UTF-8 locale for the selected lesson!
:
?
The current LOCALE is:
2017-04-30 22:07:22 address@hidden:~ $ LOCALE
LANG=
LC_COLLATE="C"
LC_CTYPE="UTF-8"
LC_MESSAGES="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_ALL=
But even tweaking the system configuration so that the LOCALE is set to es_ES.UTF-8
, I have errors:
2017-04-30 22:08:16 address@hidden:~ $ LOCALE
LANG="es_ES.UTF-8"
LC_COLLATE="es_ES.UTF-8"
LC_CTYPE="es_ES.UTF-8"
LC_MESSAGES="es_ES.UTF-8"
LC_MONETARY="es_ES.UTF-8"
LC_NUMERIC="es_ES.UTF-8"
LC_TIME="es_ES.UTF-8"
LC_ALL=
2017-04-30 22:08:17 address@hidden:~ $ TERMINFO=/usr/share/terminfo gtypist esp.typ
gtypist: line 19: iconv() failed on 'B:Lecciones de manejo de teclado en español para GNU Typist': Illegal byte sequence
You should probably use a UTF-8 locale for the selected lesson!
:
?
2017-04-30 22:08:21 address@hidden:~ $
What might be the issue here? This is making gtypist unfit for what I need it for.
Thanks a lot in advance!
Regards,
– Javier