зеркало из https://github.com/mono/mail-archives.git
93 строки
3.7 KiB
HTML
93 строки
3.7 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||
<HTML>
|
||
<HEAD>
|
||
<TITLE> [Mono-bugs] [Bug 60120][Nor] Changed - DirectoryInfo.GetFiles skips files with invalid UTF-8
|
||
</TITLE>
|
||
<LINK REL="Index" HREF="index.html" >
|
||
<LINK REL="made" HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com">
|
||
<META NAME="robots" CONTENT="index,nofollow">
|
||
|
||
<LINK REL="Previous" HREF="017379.html">
|
||
<LINK REL="Next" HREF="017381.html">
|
||
</HEAD>
|
||
<BODY BGCOLOR="#ffffff">
|
||
<H1>[Mono-bugs] [Bug 60120][Nor] Changed - DirectoryInfo.GetFiles skips files with invalid UTF-8
|
||
</H1>
|
||
<B>bugzilla-daemon@bugzilla.ximian.com
|
||
</B>
|
||
<A HREF="mailto:bugzilla-daemon%40bugzilla.ximian.com"
|
||
TITLE="[Mono-bugs] [Bug 60120][Nor] Changed - DirectoryInfo.GetFiles skips files with invalid UTF-8">bugzilla-daemon@bugzilla.ximian.com
|
||
</A><BR>
|
||
<I>Tue, 15 Jun 2004 07:05:45 -0400 (EDT)</I>
|
||
<P><UL>
|
||
<LI> Previous message: <A HREF="017379.html">[Mono-bugs] [Bug 59800][Nor] Changed - error compiling cast from ulong to IntPtr
|
||
</A></li>
|
||
<LI> Next message: <A HREF="017381.html">[Mono-bugs] [Bug 59379][Maj] Changed - Sustem.Threading.Timer hangs while disposing
|
||
</A></li>
|
||
<LI> <B>Messages sorted by:</B>
|
||
<a href="date.html#17380">[ date ]</a>
|
||
<a href="thread.html#17380">[ thread ]</a>
|
||
<a href="subject.html#17380">[ subject ]</a>
|
||
<a href="author.html#17380">[ author ]</a>
|
||
</LI>
|
||
</UL>
|
||
<HR>
|
||
<!--beginarticle-->
|
||
<PRE>Please do not reply to this email- if you want to comment on the bug, go to the
|
||
URL shown below and enter your comments there.
|
||
|
||
Changed by <A HREF="mailto:aleis959@student.liu.se.">aleis959@student.liu.se.</A>
|
||
|
||
<A HREF="http://bugzilla.ximian.com/show_bug.cgi?id=60120">http://bugzilla.ximian.com/show_bug.cgi?id=60120</A>
|
||
|
||
--- shadow/60120 2004-06-14 08:51:29.000000000 -0400
|
||
+++ shadow/60120.tmp.3363 2004-06-15 07:05:44.000000000 -0400
|
||
@@ -40,6 +40,29 @@
|
||
remember). It's turning annoying so I'm gonna try to make this work
|
||
even for improper UTF8 files.... I already have something, but won't
|
||
commit until beta3 is out and I do more testing.
|
||
|
||
------- Additional Comments From <A HREF="mailto:dick@ximian.com">dick@ximian.com</A> 2004-06-14 08:51 -------
|
||
Don't commit a nasty hack...
|
||
+
|
||
+------- Additional Comments From <A HREF="mailto:aleis959@student.liu.se">aleis959@student.liu.se</A> 2004-06-15 07:05 -------
|
||
+I have setup a small directory structure to reproduce this bug as I'm
|
||
+having trouble with muine:
|
||
+
|
||
+ .
|
||
+ |-- Album 1
|
||
+ | |-- Song 1-1.mp3
|
||
+ | `-- Song 1-2 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.mp3
|
||
+ `-- Album 2 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
||
+ |-- Song 2-1.mp3
|
||
+ `-- Song 2-2 <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>.mp3
|
||
+
|
||
+ It is available for download here (11Mb):
|
||
+ <A HREF="http://isacson.dyndns.info/files/alexander/muine-test.zip">http://isacson.dyndns.info/files/alexander/muine-test.zip</A>
|
||
+
|
||
+When I import it the only song found is Song 1-1.mp3. The file is a
|
||
+free 50 Cent mp3 I found on amazon. I have these to variables set:
|
||
+
|
||
+export G_BROKEN_FILENAMES
|
||
+export LC_CTYPE="sv_SE"
|
||
+
|
||
+I hope this helps.
|
||
|
||
</PRE>
|
||
<!--endarticle-->
|
||
<HR>
|
||
<P><UL>
|
||
<!--threads-->
|
||
<LI> Previous message: <A HREF="017379.html">[Mono-bugs] [Bug 59800][Nor] Changed - error compiling cast from ulong to IntPtr
|
||
</A></li>
|
||
<LI> Next message: <A HREF="017381.html">[Mono-bugs] [Bug 59379][Maj] Changed - Sustem.Threading.Timer hangs while disposing
|
||
</A></li>
|
||
<LI> <B>Messages sorted by:</B>
|
||
<a href="date.html#17380">[ date ]</a>
|
||
<a href="thread.html#17380">[ thread ]</a>
|
||
<a href="subject.html#17380">[ subject ]</a>
|
||
<a href="author.html#17380">[ author ]</a>
|
||
</LI>
|
||
</UL>
|
||
</body></html>
|