On Jan 4, 2012, at 11:16 AM, Allan Odgaard wrote:
[…] I put:
encoding = "Western - Windows"
in the project's .tm_properties file, but it seemed to have no effect.
See x-man-page://iconv_open/3 for possible encodings. For “Western — Windows” you need to use CP1252.
Thanks, that worked. With an encoding specified in .tm_properties, I no longer get the encoding selection popup, which is a relief. I still see "(binary)" in the find window (as you pointed out), but I can live with that. Now I just need to convince the team I work with to get rid of Windows encodings once and for all...
Trevor