Skip to main content

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

Hi Ahmet,
 
From this message, I do not quite understand what you want.
 
Here is a list of open bugs/enhancement requests related to encodings, perhaps your request is reflected there somehow?
 
https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;short_desc=encod;bug_status=UNCONFIRMED;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;short_desc_type=allwordssubstr;classification=DSDP;product=Target%20Management
 
If yes, please CC / comment on that bug.
If not, please try to be more specific.
 
Thanks,
--
Martin Oberhuber, Senior Member of Technical Staff, Wind River
direct +43.662.457915.85  fax +43.662.457915.6
 


From: dsdp-tm-dev-bounces@xxxxxxxxxxx [mailto:dsdp-tm-dev-bounces@xxxxxxxxxxx] On Behalf Of Ahmet Alptekin
Sent: Donnerstag, 25. November 2010 08:29
To: dsdp-tm-dev@xxxxxxxxxxx
Subject: [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