V4RB2 // storing encoding

Ruslan Zasukhin sunshine at public.kherson.ua
Sat Oct 23 10:26:57 CDT 2004


On 10/23/04 10:21 AM, "erne" <ernestogiannotta at tiscalinet.it> wrote:

>> Because here must be names of encodings that ICU want to see
>> Actually this is ISO names:
>> 
>> GetString( "Latin-1" )
>> 
> 
> IIRC Textencodings have an InternetName read only property that should be
> what ICU wants to see
> 
> e.g.
> enc = Encodings.MacRoman
> s = enc.InternetName  // s = "macintosh"
> 
> enc = Encodings.WIndowsLatin1
> s = enc.InternetName  // s = "windows-1252"
> 
> enc = Encodings.ISOLatin1
> s = enc.InternetName  // s = "ISO-8859-1"
> 
> enc = Encodings.UTF8
> s = enc.InternetName  // s = "UTF-8"
> 
> and so on...  
> 
> can we use these strings as parameters?

It looks yes.

> it would be easier though if I could talk with vale in terms of
> TextEncodings objects

-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------



More information about the Valentina-beta mailing list