Editor Datatables Submit Arabic Text with Wrong Format

Editor Datatables Submit Arabic Text with Wrong Format

marwanatefmarwanatef Posts: 1Questions: 1Answers: 0
edited April 2016 in Free community support

im trying to save a new record as Arabic String using ADO.NET Datatables its save but the string format is wrong it`s come to be & # 1 6 0 5 ; & # 1 5 7 6 ; & # 1 5 8 5 ; & # 1 6 05 ; & # 1 5 8 0 ; "without spaces"
why is that , and how to solve this problem ?

Answers

  • allanallan Posts: 63,836Questions: 1Answers: 10,518 Site admin

    Thanks for your question - however, per the forum rules can you link to a test case showing the issue please. This will allow the issue to be debugged.

    Information on how to create a test page, if you can't provide a link to your own page can be found here.

    Thanks,
    Allan

  • m1a1rm1a1r Posts: 8Questions: 3Answers: 0
    edited July 2016

    hi marwa how did you fix this problim please? because i face it too

  • Ali AdnanAli Adnan Posts: 47Questions: 18Answers: 1

    hi,
    if any one solve this please share the solution as I am also getting same,

  • allanallan Posts: 63,836Questions: 1Answers: 10,518 Site admin

    Could you try disabling the XSS protection using the Field.Xss( false ) method? I wonder if Microsoft's XSS library is encoding too much!

    Allan

  • Ali AdnanAli Adnan Posts: 47Questions: 18Answers: 1

    Dear Allan,
    You are the man, it solved the problem :) :)

This discussion has been closed.