Commit d9c36a82e431d71c5cd1541b04251ac1805a4add
1 parent
77dacacb
Exists in
master
and in
5 other branches
Ajustes para o novo mecanismo de charset
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/lib3270/session.c
... | ... | @@ -299,8 +299,8 @@ static void lib3270_session_init(H3270 *hSession, const char *model) |
299 | 299 | |
300 | 300 | trace("Termtype: %s",hSession->termtype); |
301 | 301 | |
302 | - if (hSession->apl_mode) | |
303 | - hSession->charset.host = "apl"; | |
302 | +// if (hSession->apl_mode) | |
303 | +// hSession->charset.host = "apl"; | |
304 | 304 | |
305 | 305 | } |
306 | 306 | ... | ... |