Appium 1.3.1 not evaluating iOS automation locator expression with double quotes "

Hi,
If I try to locate an element which has double quotes ("") , appium evaluation is returning error.

Eg:
MobileBy.IosUIAutomation(".cells().firstWithPredicate(“name CONTAINS ‘“Color”’)”);

This was working fine in the previous version of Appium especially with Appium 1.0.

Should I raise a bug ?

I also noticed that getPageSource() returns , ’ &-quot;’ instead of " ".