ALT Linux Bugzilla
– Attachment 1441 Details for
Bug 8655
Осуществляет вывод на терминал в UTF8-кодировке
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Патч, для исправления вывода с опциями --create-db/--update-db
mpd-0.11.5-alt-src-encoding_output_fix.patch (text/plain), 627 bytes, created by
Slava Semushin
on 2006-03-27 06:42:20 MSD
(
hide
)
Description:
Патч, для исправления вывода с опциями --create-db/--update-db
Filename:
MIME Type:
Creator:
Slava Semushin
Created:
2006-03-27 06:42:20 MSD
Size:
627 bytes
patch
obsolete
>--- mpd-0.11.5.orig/src/directory.c 2004-11-02 10:03:23 +0600 >+++ mpd-0.11.5/src/directory.c 2006-03-25 23:02:55 +0600 >@@ -297,7 +297,7 @@ > void * song; > > if(findInList(directory->songs,shortname,&song)) { >- LOG("removing: %s\n",((Song *)song)->utf8url); >+ LOG("removing: %s\n", utf8ToFsCharset(((Song *)song)->utf8url)); > deleteFromList(directory->songs,shortname); > } > } >@@ -769,7 +769,7 @@ > song = addSongToList(directory->songs,shortname,name, > SONG_TYPE_FILE); > if(!song) return -1; >- LOG("added %s\n",name); >+ LOG("added %s\n", utf8ToFsCharset(name)); > return 1; > } > else if(S_ISDIR(st.st_mode)) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 8655
: 1441