New submission from Jean Christophe André:

In Python version 2.x and at least 3.2 there no Vietnamese encoding support for 
TCVN 5712:1993.

This encoding is currently largely used in Vietnam and I think it would be 
usefull to add it to the python core encodings.

I already wrote some codec code, based on the codecs already available, that I 
successfully used in real life situation.

I would like to give it as a contribution to Python.

----------
components: Unicode
files: vntime_tcvn.py
messages: 215012
nosy: ezio.melotti, haypo, progfou
priority: normal
severity: normal
status: open
title: missing vietnamese codec TCVN 5712:1993 in Python
type: enhancement
versions: Python 2.7, Python 3.2
Added file: http://bugs.python.org/file34644/vntime_tcvn.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21081>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to