<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic I agree, this sounds like an… in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/XML-encoding/m-p/93244#M42860</link>
    <description>I agree, this sounds like an encoding issue related to double byte character sets&amp;nbsp;- I've never had a problem using that object in English.&amp;nbsp; Seeing as Blue Prism are distributing this on the Portal you should probably raise the issue with the product support team.
In the meantime, there is nothing stopping you figuring out an implementing how to use Russian encoding.&amp;nbsp; A quick google (so i could be wrong) suggests you may need to use the XMLDeclaration class to set the encoding - otherwise it will use the default.&amp;nbsp; Have a play feed back to us if you figure it out.</description>
    <pubDate>Fri, 12 Jan 2018 15:58:00 GMT</pubDate>
    <dc:creator>Denis__Dennehy</dc:creator>
    <dc:date>2018-01-12T15:58:00Z</dc:date>
    <item>
      <title>XML encoding</title>
      <link>https://community.blueprism.com/t5/Product-Forum/XML-encoding/m-p/93243#M42859</link>
      <description>Hi all. I try to load xml file. I use Utility - XML / Read File.
Xml file on russian language.
Unfortunately in data Item i see something like this:




&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp; 


I think problem in encoding. How i can teach the BP to work correctly with "windows-1251"?

&amp;nbsp;

&amp;nbsp;</description>
      <pubDate>Fri, 12 Jan 2018 15:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/XML-encoding/m-p/93243#M42859</guid>
      <dc:creator>AlexeyGanshin</dc:creator>
      <dc:date>2018-01-12T15:43:00Z</dc:date>
    </item>
    <item>
      <title>I agree, this sounds like an…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/XML-encoding/m-p/93244#M42860</link>
      <description>I agree, this sounds like an encoding issue related to double byte character sets&amp;nbsp;- I've never had a problem using that object in English.&amp;nbsp; Seeing as Blue Prism are distributing this on the Portal you should probably raise the issue with the product support team.
In the meantime, there is nothing stopping you figuring out an implementing how to use Russian encoding.&amp;nbsp; A quick google (so i could be wrong) suggests you may need to use the XMLDeclaration class to set the encoding - otherwise it will use the default.&amp;nbsp; Have a play feed back to us if you figure it out.</description>
      <pubDate>Fri, 12 Jan 2018 15:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/XML-encoding/m-p/93244#M42860</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2018-01-12T15:58:00Z</dc:date>
    </item>
    <item>
      <title>Thanks for your answer,…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/XML-encoding/m-p/93245#M42861</link>
      <description>Thanks for your answer, Denis.
I have been resolved this issue. &amp;nbsp;I have been&amp;nbsp;changed in Utility - XML / ReadFile (on page with VB code )
from this:

XML = File.ReadAllText(Path)

to this:

XML = File.ReadAllText(Path, System.Text.Encoding.GetEncoding(1251))

and all work fine.</description>
      <pubDate>Fri, 12 Jan 2018 16:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/XML-encoding/m-p/93245#M42861</guid>
      <dc:creator>AlexeyGanshin</dc:creator>
      <dc:date>2018-01-12T16:54:00Z</dc:date>
    </item>
  </channel>
</rss>

