Export StockItem with Hindi-Marathi data from Tally ERP 9 using XML

Discussion in 'Tally Integration' started by Bhushan Cellica, May 29, 2020.

    

  1. Hello All,

    I am able to export StockItem data from Tally ERP 9 using XML Http request from C# application.

    But for Hindi-Marathi data, i get '????' in response XML in my C# application. English data is proper in response.

    please guide me to export all language data in XML response.

    Thank You,
    Bhushan Akole.
     



  2. Hello All,

    Please guide me if anyone knows anything about it.

    Thanks in Advance.

    Thank You,
    Bhushan Akole.
     


  3. Sridharan S

    Sridharan S Member


    The application you used should be Unicode aware. In Unicode Code point, a number represents the actual character. In written form there are different encoding standards UTF8, UTF16 etc and corresponding BOM markers are placed at the top of the file. Tally uses UTF16 little endian encoding.
     
    Last edited: Jul 24, 2023


  4. Sridharan S

    Sridharan S Member


    In Internet Utf8 is the standard compatible with earlier Utf7 (English).
     
    Last edited: Jul 24, 2023


Share This Page