Pārlūkot izejas kodu
Merge pull request #30 from markisch/fix-slang-utf8
slang driver: enable utf8 auto-detection (bug fix)
tags/v0.99.beta20
vecāks
revīzija
d9541e0ca5
Šim parakstam datu bāzē netika atrasta zināma atslēga
GPG atslēgas ID: 4AEE18F83AFDEB23
1 mainītis faili ar
1 papildinājumiem un
0 dzēšanām
-
caca/driver/slang.c
|
|
@@ -178,6 +178,7 @@ static int slang_init_graphics(caca_display_t *dp) |
|
|
|
#endif |
|
|
|
|
|
|
|
#ifdef HAVE_SLSMG_UTF8_ENABLE |
|
|
|
SLutf8_enable(-1); /* execute utf8 autodetection */ |
|
|
|
SLsmg_utf8_enable(1); /* 1 == force, 0 == disable, -1 == autodetect */ |
|
|
|
SLtt_utf8_enable(-1); |
|
|
|
#endif |
|
|
|