displaying top 100 results
Tracker Comment Comment on Nested structure by Dave L.
Comment on Nested structure by Dave L.
Tracker Comment Comment on Nested structure by Dave L.
Comment on Nested structure by Dave L.
Tracker Comment Comment on Remove restriction on nesting threads by Dave L.
Comment on Remove restriction on nesting threads by Dave L.
Tracker Issue It crashed when I typed <. Yes, <.
2682626 CFB-3818777 General - IDE cfjedimaster It crashed when I typed
names = ["Ray", "Scott", "Todd", "Dave"];
//arguments are item, index, and whole array
unames = names.map(function(n) {
return n.ucase();
});
/* This too
unames = arrayMap(names, function(n) {
return n.ucase();
});
*/
l
2600349 CF-3039120 Document Management : PDF manipulation dave Ferguson Bug 78494:extracttext does not correctly extract unicode text Problem:
extracttext does not correctly extract unicode text. XML document is written as utf-8. All unicode text is garbled in the xml.
Method:
result