Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个中文歌曲的 MIDI 文件,其中包含曲目名称中的信息。我使用一个名为 MIDI.js 的库来解析它,输出看起来像这样
±¡²`»¡¸Ü¥¼´¿Á¿
我应该在哪里寻找正确的编码/解码?
没有在 MIDI 文件中指定文本编码的标准(至少没有在实践中使用)。
如果你知道这首歌是中文的,你应该尝试常见的中文编码(GB2312/GB18030 或 Big5)。