RE: Globalization: This is driving me crazy. Can u help me out?

From: Askar (anonymous_at_discussions.microsoft.com)
Date: 03/30/04


Date: Tue, 30 Mar 2004 12:21:11 -0800

Try using the HTMLEncode or URLEncode to put your data thru one of these functions. Make sure to encode and decode. Not sure whether that will help or not. But that's what striked me. Give it a try and let me know your response.
- Askar -



Relevant Pages

  • Re: Use URLEncode
    ... If i used URLEncode to encode the URL, how can I decode the URL with proper parameter values in ASP.NET?? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Use URLEncode
    ... If i used URLEncode to encode the URL, how can I decode the URL with proper parameter values in ASP.NET?? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Use URLEncode
    ... If i used URLEncode to encode the URL, how can I decode the URL with proper parameter values in ASP.NET?? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Need a bit of information about Compression
    ... either encode a full length, or a length mod some constant. ... Yes, full Length coding, arithmetic coding which is certainly better ... if you are decoding, say, 1024 symbols, then you stop as soon as you decode ... less common is to set up some special condition, where the eof is ...
    (comp.compression)
  • Re: Sending floats over a client-server in Smalltalk
    ... The trick is knowing what to decode them ... Then encode the number in the remaining bytes. ... ByteString>>floatAt: byteIndex ... I could then take a string ...
    (comp.lang.smalltalk)