search for: sendout

Displaying 3 results from an estimated 3 matches for "sendout".

2006 Mar 10
7
Problem saving data in different languages
Hi, I currently have a site that lets people enter info and submit it to the database. But the problem is the it lets people enter data in their language (portuguese and spanish) and all the special characters for those languages get replaced by symbols. Any idea how would I fix that? Thanks a lot. -- Posted via http://www.ruby-forum.com/.
2011 Aug 03
2
[PATCH v3 0/2] Support drop directories directly from kinit
...refactor bits of kinit out so that I could invoke them from a shell script. This patchset is an alternative solution that would allow users of kinit to add custom logic at the intermediate stages without having to have the whole init driven by a shell script. - earlier sendouts: v1: http://www.zytor.com/pipermail/klibc/2011-July/003032.html v2: http://www.zytor.com/pipermail/klibc/2011-August/003055.html Patchset summary ================ kinit: Add run_parts() kinit: Add callsites to execute files in drop-directories.
2011 Aug 02
6
[PATCH v2 0/4] Support drop directories directly from kinit
...d to refactor bits of kinit out so that I could invoke them from a shell script. This patchset is an alternative solution that would allow users of kinit to add custom logic at the intermediate stages without having to have the whole init driven by a shell script. - v1 sendout: http://www.zytor.com/pipermail/klibc/2011-July/003032.html Patchset summary ================ klibc: Add scandir() and alphasort() support. kinit: Add run_scripts() kinit: Add callsites to execute files in drop-directories.