how to set encoding for RTC scmtools?
I try to import multiple projects to RTC and set encoding for source code to UTF-8 uniformly.
This can be done with Eclipse RTC client by setting content-type to UTF-8. I can share project from there and encoding will be UTF-8 automatically.
However, if I use scmtools (lscm or scm) command line to share project, the encoding will be platform depending. From windows I got encoding cp1252 and from our Linux box, encoding is ANSI_X3.4-1968 even with /etc/default/locale: LANG=en_us.UTF-8.
Is there any way I can set encoding for scmtools so when importing source code will be imported as UTF-8 encoding?