Merge pull request #1520 from yt605155624/fix_gbk_encode_bug

fix gbk encode bug
pull/1546/head
Hui Zhang 3 years ago committed by GitHub
commit 495eb8c5f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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