OSDN Git Service

Implemented a better method to check whether a string should be encoded as Unicode...
authorlordmulder <mulder2@gmx.de>
Sun, 20 Feb 2011 15:28:28 +0000 (16:28 +0100)
committerlordmulder <mulder2@gmx.de>
Sun, 20 Feb 2011 15:28:28 +0000 (16:28 +0100)
commitf54fd17b3c41ed9bd0db3cc69d08a90548523b02
tree05829176a50ffaf85776e8acaaa39b575705d567
parentc8b16ace2800b9dc10be0a30f70be8decefb8b26
Implemented a better method to check whether a string should be encoded as Unicode: We should check whether the string can be represented with the Latin-1 Codepage rather than with the user's "local" Codepage.
src/Config.h
src/Encoder_AAC.cpp
src/Encoder_Abstract.cpp
src/Encoder_Abstract.h
src/Encoder_FLAC.cpp
src/Encoder_MP3.cpp
src/Encoder_Vorbis.cpp
src/Encoder_Wave.cpp