Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Characters and encoding bullshit

Name: Anonymous 2012-11-07 21:55

So I've been trying to make a little C# application to parse a file name and its path to automatically tag my extensive library of music and have come upon TagLib to help me.

Now everything was going well until I fell upon some Japanese characters in my library. During parsing, it all appears to be fine, but when it executes the .Save() method, all characters become question marks (?). For example: "アールグレイ" will appear as such during debug, but on save, the actual tag will be "??????"

I have no idea if this is due to the library assuming the MP3 is in ID3v1 format, due to the .Save() method malfunctioning or something else. Has anyone used this library before and come upon a similar problem? Any idea how to fix this?

Name: Anonymous 2012-11-08 7:24

>>12
Unicode width is implementation and platform specific in FIOC. I agree that encoding is pretty hard to get right with FIOC, but that doesn't mean that FIOC's way of doing it is bad, it just means that encoding problems are fucking fucked up and hard to deal with to begin with.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List