trichview.com

trichview.support




Re: unicode to codepoint help


Return to index


Author

Message

Richard Caruana

Posted: 02/01/2005 2:41:07


There is nothing in help file on these two functions :-

in RVFMisc.pas:


function RVEncodeWideString(const str: WideString): String;


And a reverse function:


function RVDecodeWideString(const str: String): WideString;


Can these change


"hello"  >>>  "00680065006C006C006F"

but preferably with pipes

"hello"  >>>  "0068|0065|006C|006C|006F"


and vice versa to do the reverse

preferably

"0068|0065|006C|006C|006F" >>> "hello"

or

"00680065006C006C006F"  >>> "hello"

any help is appreciated


Ricahrd Caruana


[email protected]








Powered by ABC Amber Outlook Express Converter