Olivier Danes wrote:
> But I try to compare the node name (get with the GetNodeName() method) 
> the comparison fails with name.Equals(NS_LITERAL_STRING("META")) but is 
> succesfull with a strcmp(NS_ConvertUTF16toUTF8(name).get(), "META")...

Are you on Linux? If so, are you compiling with -fshort-wchar? If not - 
you should :)
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to