help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Error opening an APK file


From: Eli Zaretskii
Subject: Re: Error opening an APK file
Date: Wed, 18 Sep 2019 18:27:24 +0300

> From: Pascal Quesseveur <pquessev@gmail.com>
> Date: Wed, 18 Sep 2019 17:11:58 +0200
> 
> >"EZ" == Eli Zaretskii <eliz@gnu.org> writes:
> 
>   EZ> I think it's the contents of the files, not their extension,
>   EZ> that matters.
> 
> But the apk files are zip files.

Are you saying that just renaming a .apk file to .zip solves the
problem?

>   EZ> How did you "force utf-8-unix encoding" on your home directory,
> 
> Something like:
> 
> (modify-coding-system-alist 'file "quessev" 'utf-8-unix)
> 
>   EZ> why did you need that?
> 
> Because I wanted to always have this encoding when I access my files
> through a Windows system.

(prefer-coding-system 'utf-8-unix) should have done that better, and
probably would avoid this problem.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]