Displaying 2 results from an estimated 2 matches for "std_err".
Did you mean:
ptr_err
2009 Jun 14
3
Basic AJAX Response (Mootools)
...tory short, code :
// Have to use Mootools to integrate a Moo-specific JS Script
// @.js :
new Request(
{
url: ''bla''
onSuccess: function(responseText, responseXML)
{
console.warn(responseText);
console.warn(responseXML);
}
,
onFailure: function(xhr)
{
alert(STD_ERR);
}
}).send();
// @SomeController :
respond_to do |format|
format.html { head :ok }
format.xml { render :xml => ({:foo => "bar"}.to_xml) }
end
// Have tried format.json, with all the code involved (:json, .to_json),
yet
// nothing. The to_xml Method...
2004 Jan 27
2
Samba as a client to Windows2000 + special characters on filenames
...101.481 uuml_?_.test
13 arquivo(s) 1.319.253 bytes
2 pasta(s) 2.514.542.592 bytes dispon?veis
F:\teste>
--------------cut here---
Now I try to copy them all to a directory. With codepage=cp437(US/Canada),
cp850(Europe) or cp860(Portuguese)I get errors on std_err:
smb_open: PATH/A tilde_A_.test open failed, result=-2
smb_open: PATH/A tilde_A_.test open failed, result=-2
smb_readpage_sync: PATH/A tilde_A_.test open failed, result=-2
which repeats for the atilde_a_.test file. Then, ls -l on the target directory
returns:
--------------cut here---
[br...