Share

iCalendar .NET Parser

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

encoding issue

You are viewing a single message from this topic. View all messages.

  1. 2005-12-15 08:45:27 UTC
    the scanner encodes the parsed message in html and i think that it is a bug (at least for the remotecalendar project using it)

    Token.cs

    case ScannerState.ParseValue:
    tokenText = HttpUtility.HtmlEncode( _tokenText );
    tokenText = _tokenText;
    tokenVal = TokenValue.Value;
    break;

    could anybody give a hint why this encoding is necessary and if its not necssary remove it?

    thanks a lot
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.