On Oct 5, 2006, at 6:18 PM, Toby Rush wrote:
...then t becomes:

M¸!     (The second character here is a free-standing cedilla.)

So while the exclamation point was restored, the umlauted 'u' was not. Also, the debugger lists t.encoding as nil.

Try using DecodeURL by passing in the encoding parameter:

s = DecodeURL( myString, Encodings.UTF8 )

This is equivalent to the following code too:

s = DecodeURL( myString )
s = DefineEncoding( s, Encodings.UTF8 )

HTH,
Jon


--
Jonathan Johnson
[EMAIL PROTECTED]
REAL Software, Inc.


_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to