On 03 Dec 2012, at 18:12, ik wrote:

> I made casting of UTF8String, WideString and UnicodeString to AnsiString:
> https://github.com/ik5/fp-msgpack/blob/master/src/msgpack.pas#L452
> 
> As an example.
> 
> My tests works. but are there things/contents that can break this
> casting, or change the content itself in some way ?

It creates a new temporary string with the default code page for that string 
type (e.g., DefaultSystemCodePage for ansistring), and converts the original 
string's content to this new encoding.


Jonas_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to