Skip to main content

convert text encoding utility

Project description

Example

from textconverter import convert
text = 'nanika'
text = convert.to_utf8(text)
text = convert.utf8_to_eucjp(text)
texts = ['hoge', 'fuga']
texts = convert.to_sjis(texts)
texts = convert.sjis_to_utf8(texts)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

textconverter-0.1.zip (3.9 kB view hashes)

Uploaded Source

Built Distribution

textconverter-0.1-py2.5.egg (3.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page