fix gbk encode bug

pull/1520/head
TianYuan 4 years ago
parent 175c39b4a4
commit 4d2f2191a8

@ -11,3 +11,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import _locale
_locale._getdefaultlocale = (lambda *args: ['en_US', 'utf8'])

Loading…
Cancel
Save