I investigated the problem a little more
and found out that nl_langinfo(CODESET)
in my awesome installation returns UTF-8,
so no conversion is made at all.
But all my locales are KOI8-R!
How could it be? And what should I do about it?
Julien Danjou wrote:
Please, follow on -devel.
At 1220111489 time_t, Konstantin wrote:
What happened:
- Vim tried to put file name into window title.
- The file name was in KOI8-R.
- GMarkupParser thought it is UTF-8.
Quick patch to avoid such crushes is applied.
A better solution may be check system locale and recode string from locale
encoding
to UTF-8 as a fallback in case normal parse is failed.
If it crash, can you get me a full backtrace from gdb?
The windows titles are already converted tu UTF-8, if possible, see
client_updatetitle().
Cheers,
--
Konstantin Stepanov
Web Developer
--
To unsubscribe, send mail to [EMAIL PROTECTED]