I am using the InlineQuerier with two features and a join.
Feature1
MyAttribute (utf-8) = M12038
Feature2
MyAttribute (utf-16) = M12038
Does the InlineQuerier handle these differences? And if not, how do I force "everything" to be in utf-8?
I am using the InlineQuerier with two features and a join.
Feature1
MyAttribute (utf-8) = M12038
Feature2
MyAttribute (utf-16) = M12038
Does the InlineQuerier handle these differences? And if not, how do I force "everything" to be in utf-8?
I imagine you can force it by a left or right join (according to the input order) to result in utf-8 features only.
Cheers,
Itay
the internal UTF encoding schema should not have any bearing on the InlineQuerier, particularly when the on-screen representation matches, which seems to be the case here.
If it does make a difference, I'd call it a bug.
David