A strange bug unusual with C/C++ programs working on UNIX systems. You have a file with a content, and you want to add a translation at the end. On a UNIX (UNIX/like) OS, the >> is done for that.
So : echo "Here is a string to translate" | apertium sl-tl >> myfile After that, myfile countains the translation but not the previous content. Exactly like if simple redirection > was used. What is the reason of this bug and could it be repared ? ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ Apertium-stuff mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/apertium-stuff
