This bug was fixed in the package gtypist - 2.9-3
---
gtypist (2.9-3) unstable; urgency=low
* debian/gtypist.emacsen-startup: Added.
* debian/gtypist.install: Install gtypist emacs mode.
* debian/TODO.debian: Added.
gtypist (2.9-2) unstable; urgency=low
* debian/control (Bui
** Branch linked: lp:debian/gtypist
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/281946
Title:
gtypist wont start: i18n problem
To manage notifications about this bug go to:
https://bugs.launchpa
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: gtypist (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/281946
Title:
gty
To follow up... The problem is that gtypist doesn't currently support
UTF-8. Support for UTF-8 has been added and will be available in the
forthcoming 2.9 release.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.
Just to let you know, this has been noticed upstream.
https://savannah.gnu.org/bugs/index.php?33957
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/281946
Title:
gtypist wont start: i18n problem
To
Seems like they tested it only with KOI8-R :-).
--
gtypist wont start: i18n problem
https://bugs.launchpad.net/bugs/281946
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https:/
Same with 9.10. Propose genocide of localisators :) Do they test
something after localisation?
--
gtypist wont start: i18n problem
https://bugs.launchpad.net/bugs/281946
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs ma
This error is caused by the following lines (gtypist.c:1902).
if (strlen(YN) != 3 || YN[1] != '/' || !isupper(YN[0]) || !isupper(YN[2]))
{
fprintf( stderr,
"%s: i18n problem: invalid value for msgid \"Y/N\": %s\n",
argv0, YN );
exit( 1 );
}
This
Oh, sorry, I mixed this mistake with another. But comment that I wrote
is true too.
Launching with right locale encoding (LANG=ru_RU.KOI8-R gtypist ru.typ)
can solve the trouble with msgid. But the problem with ru.typ remains.
--
gtypist wont start: i18n problem
https://bugs.launchpad.net/bugs/
The reason is improperly encoding of file /usr/share/ru.typ. It uses
KOI8-R.
You can recode the file with iconv to UTF-8 or run English version of
interface (LANG=C gtypist).
I think developers need to correct the program to better support
different character sets. And, as a minimum, include in t
10 matches
Mail list logo