On Wed, 2010-02-24 at 11:24 +0100, Adrien Rocher wrote: > I have test the accent in fluxus by adding some in the helpmap file. > It recognize ot well. Just keyboard characters not working.
What OS are you using? On linux I don't think its possible, on OSX it might work. > I have a new question with this test. What is the best method to > proceed to the french translation of the helmap? > Because the helpmap.scm editing is quite difficult, and crashing my > text editor except vim. The helpmap.scm is automatically generated by stripping comments out of the code (scheme and C++) by a script in docs/makehelpmap.scm. New translations need to be added into the code and committed to git - see modules/fluxus-engine/src/PrimitiveFunctions.cpp for an example of C++ and modules/scheme/scratchpad.ss for a scheme example. French translations would be great! Although it's a lot of work... cheers, dave