diff --git a/MarketDataLib/Utility/Utility.cs b/MarketDataLib/Utility/Utility.cs index 38f6ecc..171f3cb 100644 --- a/MarketDataLib/Utility/Utility.cs +++ b/MarketDataLib/Utility/Utility.cs @@ -131,6 +131,7 @@ namespace MarketData.Utils strItem = strItem.Replace(code,"'"); } strItem=strItem.Replace("&","&"); + strItem=strItem.Replace(@"\\u0026","&"); strItem=strItem.Replace("‘","'"); strItem=strItem.Replace("’","'"); strItem=strItem.Replace("—","-");