Get-Encoding
Sat 17 May 2025
title: "Get Encoding" author: "Rj" date: 2019-04-20 description: "-" type: technical_note draft: false
import sys
print(sys.getdefaultencoding())
utf-8
Score: 0
Category: basics
title: "Get Encoding" author: "Rj" date: 2019-04-20 description: "-" type: technical_note draft: false
import sys
print(sys.getdefaultencoding())
utf-8
Score: 0
Category: basics