Il sab, feb 22, 2014 at 7:12 , Noeck <[email protected]> ha scritto:
Hi,
I might be wrong, but the file has no property like "utf8" or"ascii",
it
is just encoded as such. Ascii is a subset of utf8. If there are only
ascii charachters in the file, there is no reason for the file command
to say anything else but "us-ascii". There is no difference between
ascii and utf8, in case there are only ascii characters in the file.
Thanks, I realized it afterwards by trial and error.
I was misled by this diff:
$ git diff
diff --git a/ftp/ScriabinA/O59/prelude/prelude.ly
b/ftp/ScriabinA/O59/prelude/prelude.ly
index ccb31de..b66a87f 100644
--- a/ftp/ScriabinA/O59/prelude/prelude.ly
+++ b/ftp/ScriabinA/O59/prelude/prelude.ly
@@ -38,7 +38,7 @@ upperOne = \relative c' {
<a e' a>8-- <gis' gis'>4-> <cis, bis'>4.-- |
<a a'>4-- <gis' gis'>8-> <cis, bis'>4.-- |
<a a'>4-- <gis' gis'>8-> <a, a'>4-- <gis' gis'>8-> |
- r r <gis bis gis'>->\p\<^\markup{\italic "avec d\\'efi"} <gis bis
gis'>-> <gis bis gis'>-> <gis bis gis'>->\! |
+ r r <gis bis gis'>->\p\<^\markup{\italic "avec d<C3><A9>fi"} <gis bis
gis'>-> <gis bis gis'>-> <gis bis gis'>->\! |
\tieUp
gis'->\f e8.-> dis16-> gis4.-> ~ |
gis4 e8-> dis-> bis-> a-> |
@@ -72,7 +72,7 @@ upperOne = \relative c' {
<ees ees'>4-- <d' d'>8-> <ees, ees'>4-- <d' d'>8-> |
r r <d fis d'>->\p\< <d fis d'>-> <d fis d'>-> <d fis d'>->\! |
\tieUp
- <d d'>->\f^\markup{\italic "avec d\\'efi"} <bes bes'>-- <a a'>-- <d
d'>4.-> ~ |
+ <d d'>->\f^\markup{\italic "avec d<C3><A9>fi"} <bes bes'>-- <a a'>--
<d d'>4.-> ~ |
<d d'>4 <bes bes'>8-> <a a'>-> <fis fis'>-> <ees ees'>-> |
\phrasingSlurDown
<fis bes ees fis>4.-> bes,16\( ees fis bes d ees |
I see now that it is because of LESSCHARSET env. This fixes it:
export LESSCHARSET=utf-8
_______________________________________________
Mutopia-discuss mailing list
[email protected]
http://lists.bcn.mythic-beasts.com/mailman/listinfo/mutopia-discuss