05-30-2007 05:10 PM
Name: {http://www.company.com/devcenter/model}description
Value: The Company Project Father?s Day Media Campaign
Type: {http://www.alfresco.org/model/dictionary/1.0}text
Name: {http://www.company.com/devcenter/model}nameExternal
Value: Father?s Day Media Campaign
Type: {http://www.alfresco.org/model/dictionary/1.0}text
That is, the nameExternal and description should read Father's Day, not Father?s Day. I know that the JCR property with normal single quotes that the user put in. That code looks like:oNode.setProperty(NodeConstants.PROPERTY_NAME_EXTERNAL, sNodeName);
oNode.setProperty(NodeConstants.PROPERTY_DESCRIPTION, sDescription);
Now this is happening on my production RedHat Enterprise Linux 4 server with MySql 5.0, but not on my test RHEL4 server with MySql 4.1 nor my dev Windows XP with MySql 5.0.05-30-2007 07:04 PM
select * from alf_node_properties where string_value like '%father%';
06-01-2007 07:02 PM
for (int i = 0; i < sProject.length(); i++) {
char c = sProject.charAt(i);
System.out.println(i + ": " + c + "(" + (int)c + ")");
}
0: F(70)
1: a(97)
2: t(116)
3: h(104)
4: e(101)
5: r(114)
6: ?(146)
7: s(115)
8: D(68)
9: a(97)
10: y(121)
It is reasonable for the system not to accept this extended ascii character.06-25-2007 04:56 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.