Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tm-dev] setEncoding



Hi All, 
    I check the default CVS server encoding it appears to be "iso 8859-1" in TM .In our project we want to change default encoding to "iso 8859-9" .   Do you have any future plan to do this job.? 
    I hope I could contribute in some way  if you want.

           new VT100Emulator(fTerminalModel, this, null);
try {
// Use Default Encoding as start, until setEncoding() is called
setEncoding(null);
                    }

Thanks
Ahmet





so I want to use MS949 with default text encoding. 

Back to the top