unixwork

Results 42 comments of unixwork

The encoding is chosen based on the country code from the locale environment variable. I have now added a new `nedit.fallbackCharset` preference to the nedit.rc file. The default is `locale`,...

In file.c the function GetFileContent() contains the line 1017: encoding = GetPrefDefaultCharset(); This will get the default encoding from the preferences. The preferences is usually set to 'locale', in which...