FreeTextBox

The no. 1 free ASP.NET HTML Editor.
Welcome to FreeTextBox Sign in | Join | Help
in Search

FreeTextBox : Non breaking space problem

Last post 02-25-2010, 11:01 AM by devdept. 1 replies.
Sort Posts: Previous Next
  •  08-13-2009, 2:23 AM 10017

    FreeTextBox : Non breaking space problem

    Hello. everyone

    I have the some problem.

    I bought FreeTextBox 3.0 Professional License.

    I was copied three lines and save them as FreeTextBox.lic and place the FreeTextBox.lic file in my /bin/ folder to enable Professional features.

    But the HTML non-breaking space( ) being displayed as question marks(?).

    How can i do?

    PS. Please let me know easily.. i`m not american ^^;;;;;

    thank you.

  •  02-25-2010, 11:01 AM 10362 in reply to 10017

    Re: FreeTextBox : Non breaking space problem

    This worked for me, before saving to the database replace the character of ASCII(160) to  

    C#:
    TextBuffer = TextBuffer.Replace(Convert.ToString(Convert.ToChar(160)), " ");

    VB:
    TextBuffer = Replace(TextBuffer, Chr(160), " ");


    Development Department
    Advance 2000
    http://www.advance2000.com
View as RSS news feed in XML
www.freetextbox.com