Commit 19c8ee18f22b3f0a8433add83cdc2aa7d478377b

Authored by perry.werneck@gmail.com
1 parent 159e74d5

Ajustes para o novo mecanismo de charset

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -299,8 +299,8 @@ static void lib3270_session_init(H3270 *hSession, const char *model) @@ -299,8 +299,8 @@ static void lib3270_session_init(H3270 *hSession, const char *model)
299 299
300 trace("Termtype: %s",hSession->termtype); 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