This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: missing vietnamese codec TCVN 5712:1993 in Python
Type: enhancement Stage: patch review
Components: Unicode Versions: Python 3.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: ezio.melotti, hieu.nguyen, jwilk, lemburg, matorban, progfou, serhiy.storchaka, son_lotus, sondecorpaint, ztane
Priority: normal Keywords: patch

Created on 2014-03-28 01:38 by progfou, last changed 2022-04-11 14:58 by admin.

Files
File name Uploaded Description Edit
TCVN5712-1.TXT progfou, 2014-10-29 00:05 codec table for TCVN 5712:1993 VN1
TCVN5712-2.TXT progfou, 2014-10-29 00:06 codec table for TCVN 5712:1993 VN2
TCVN5712-3.TXT progfou, 2014-10-29 00:06 codec table for TCVN 5712:1993 VN3
issue21081.patch matorban, 2016-10-13 15:23 review
Messages (19)
msg215012 - (view) Author: Jean Christophe André (progfou) * Date: 2014-03-28 01:38
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.
msg215032 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2014-03-28 10:09
Some comments:

* Please provide some background information how widely the encoding is used. I get less than 1000 hits in Google when looking for "TCVN 5712:1993". Now, the encoding was a standard in Vietnam, but it has been updated in 1999 to TCVN 5712:1999. There's also an encoding called VSCII.

* In the file you write "kind of TCVN 5712:1993 VN3 with CP1252 additions". This won't work, since we can only accept codecs which are based on set standards. It would be better to provide a link to an official Unicode character set mapping table and then use the gencodec.py script on this table.

* For Vietnamese, Python already provides cp1258 - how much is this encoding used in comparison to e.g. TCVN 5712:1993 ?

Resources:

 * Vietnamese encodings: http://www.panl10n.net/english/outputs/Survey/Vietnamese.pdf

 * East Asian encodings: http://www.unicode.org/iuc/iuc15/tb1/slides.pdf
msg215033 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2014-03-28 10:11
Retargeting to 3.5, since all other releases don't allow addition of new features.
msg215041 - (view) Author: Jean Christophe André (progfou) * Date: 2014-03-28 12:41
> * Please provide some background information how widely the encoding is used. I get less than 1000 hits in Google when looking for "TCVN 5712:1993".

Here is the background for the need for this encoding.

The recent laws[0] in Vietnam have set TCVN 6909:2001 (Unicode based) as the standard encoding everybody should use. Still, there was more than 30 old Vietnamese encodings that were used for tenths of years before that, with some of them being still used (it takes times for people to accept the change and for technicians to do what's required to change technology). Among them, TCVN 5712:1993 was (is) mostly used in the North of Vietnam and VNI (a private company encoding) in the South of Vietnam.

Worse than that, these old encodings use the C0 bank to store some Vietnamese letters (especially the 'ư', one of the most used in this language), which has the very unpleasant consequence to let some software (like OpenOffice/LibreOffice) being unable to render the texts correctly, even when using the correct fonts. Since this was a showstopper for Free Software adoption in Vietnam, I decided at that time to create a tool[1][2] to help in converting from these old encodings to Unicode. The project was then endorsed by the Ministry of Sciences and Technology of Vietnam, which asked me to make further developments[3].

Even if these old encodings are, hopefully, not the widest used in Vietnam now, there are still tons/plenty of old documents (sorry, I can't be more precise on the volume of administrative or private documents) that need to be read/modified or, best, converted to Unicode; and here is where the encodings are needed. Now every time some Vietnamese people (and Laotian people, I'll come back on this in another bug report) want to use OpenOffice/LibreOffice and still be able to open their old documents, they have to install this Python extension for this.

I foresee there will be not only plain documents to convert but also databases and other kind of data storage. And here is where Python has a great occasion to become the tool of choice.

[0] http://thuvienphapluat.vn/archive/Quyet-dinh-72-2002-QD-TTg-thong-nhat-dung-bo-ma-ky-tu-chu-Viet-TCVN-6909-2001-trao-doi-thong-tin-dien-tu-giua-to-chuc-dang-nha-nuoc-vb49528.aspx
[1] http://wiki.hanoilug.org/projects:ovniconv
[2] http://extensions.services.openoffice.org/project/ovniconv
[3] http://extensions.services.openoffice.org/en/project/b2uconverter


> Now, the encoding was a standard in Vietnam, but it has been updated in 1999 to TCVN 5712:1999.

I have to admit I missed this one. It may explain the differences I saw when I reversed engineered the TCVN encoding through the study the documents Vietnamese users provided to me. I will check this one and come back with more details.

> There's also an encoding called VSCII.

VSCII is the same as TCVN 5712:1993.

This page contains interesting information about these encodings: http://www.informatik.uni-leipzig.de/~duc/software/misc/tcvn.txt


> * In the file you write "kind of TCVN 5712:1993 VN3 with CP1252 additions". This won't work, since we can only accept codecs which are based on set standards.

I can understand that and I'll do my best to check if it's really based on one of the TCVN standards, be it 5712:1993 or 5712:1999. Still, after years of usage, I know perfectly that it's exactly the encoding we need (for the North part of Vietnam at least).


> It would be better to provide a link to an official Unicode character set mapping table and then use the gencodec.py script on this table.

I saw a reference to this processing tool in the Python provided encodings and tried to find a Unicode mapping table at the Unicode website but failed up to now. I'll try harder.


> * For Vietnamese, Python already provides cp1258 - how much is this encoding used in comparison to e.g. TCVN 5712:1993 ?

To be efficient at typing Vietnamese, you need a keyboard input software (Vietkey and Unikey being the most used). Microsoft tried to create dedicated Vietnamese encoding (cp1258) and keyboard, but I never saw or heard about its adoption at any place. Knowing the way Vietnamese users use their computer, I would say it probably has never been in real use.


> * Vietnamese encodings: http://www.panl10n.net/english/outputs/Survey/Vietnamese.pdf

In this sentence you can see the most used old encodings in Vietnam: “On the Linux platform, fonts based on Unicode [6], TCVN, VNI and VPS [7] encodings can be adequately used to input Vietnamese text.”

This is not only the most used on Linux (in fact, on Linux we have to use Unicode, mostly because of the problem I explained before) but also on Windows. I don't know the situation for Mac OS or other OS though.

My goal is to add these encodings into Python, to help Vietnam make its steps into Unicode.


> * East Asian encodings: http://www.unicode.org/iuc/iuc15/tb1/slides.pdf

This document tells: “Context is critical—Unicode is considered the “newer” character set in the context of this talk.” It was written in the goal to put Unicode as a replacement for all already covered charsets, which then shall become obsolete. So, of course, in this point of view, every 8 bits Vietnamese charsets are obsolete. But it doesn't mean there are not of use anymore, not at all!
msg215043 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2014-03-28 13:18
Thanks for your answers. I think the best way forward would be to some
up with an official encoding map of the TCVN 5712:1999 encoding,
translate that into a format that gencodec.py can use and then
add the generated codec to Python 3.5.

We can then add the reference to the original encoding map
to the generated file.

This is how we've added a couple of other encodings for which there
were no official Unicode mapping files as well.

Please also provide a patch for the documentation and sign the
Python contrib form:

https://www.python.org/psf/contrib/contrib-form/

Thanks,
-- 
Marc-Andre Lemburg
eGenix.com
msg215047 - (view) Author: Jean Christophe André (progfou) * Date: 2014-03-28 14:19
I will prepare the official encoding map(s) based on the standard(s).

I'll also have to check which encoding correspond to my current encoding map, since this is the one useful in real life.

> Please also provide a patch for the documentation

I currently have no idea how to do this. Could you point me to a documentation sample or template please?

> and sign the Python contrib form:
> https://www.python.org/psf/contrib/contrib-form/

I did it yesterday. The form tells it can take days to be integrated, but I did receive the signed document as a confirmation.

Thanks for your concern, J.C.
msg229736 - (view) Author: Jean Christophe André (progfou) * Date: 2014-10-20 17:31
A note to inform about my progress. (I had a long period without free time at hand)

While seeking (again) official documents on the topic, I mainly found a lot of non-official ones, but some are notorious enough to use them as references.

I am now in the process of creating the requested patch. I am currently studying the proper way to do it. I expect to get it ready this weekend, in the hope to have it accepted for Python 3.5.
msg230192 - (view) Author: Jean Christophe André (progfou) * Date: 2014-10-29 00:36
I failed to find anything about TCVN 5712:1999 except the official announcement of it superseding TCVN 5712:1993 on TCVN's website. I also was not able to find any material using TCVN 5712:1999. My guess is that TCVN 6909:2001 having been released only 2 years after, TCVN 5712:1999 probably had no time to get in real use.

Anyway, TCVN 5712:1993 is the real one, the one having been in used for almost 2 decades. So this is why I provided codec tables for this one.

There is 3 flavors of it. The most used one for documents is the third one (TCVN 5712:1993 VN3). It is used with the so called “ABC fonts” which are of common knowledge in Vietnam. But the first one may be of use in databases. I never got access to real (large) Vietnamese databases so I can't confirm it for sure. I still provided the 3 flavors, just in case.

Still, since VN3 is a subset of VN2, which itself is a subset of VN1, you may choose to only include the first one, TCVN 5712:1993 VN1, I leave this up to you. FYI, GNU Recode and Glibc Iconv currently implement "tcvn" as VN1. (but the Epson printer company implement VN3…)
msg230193 - (view) Author: Jean Christophe André (progfou) * Date: 2014-10-29 00:40
Marc-Andre, about “Please also provide a patch for the documentation”, could you please guide me on this?

I can write some documentation, but I simply don't know in what form you expect it. Could you point me to some examples please?
msg230232 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2014-10-29 19:16
Jean Christophe: Please have a look at the patch for ticket http://bugs.python.org/issue22681 as example of the doc patch.

Thanks.
msg230235 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-10-29 19:31
Or issue22682.

Needed:

* The codec itself (in Lib/encodings/ directory).
* Entries in aliases table (Lib/encodings/aliases.py).
* A row in encodings table (Doc/library/codecs.rst).
* An entry in What's New (Doc/whatsnew/3.5.rst).
* May be addition in encodings table in Lib/locale.py. May be regenerate aliases table.
* An entry in all encodings list (Lib/test/test_codecs.py) and mentions in some other tests (Lib/test/test_unicode.py, Lib/test/test_xml_etree.py).
msg278581 - (view) Author: orban (matorban) * Date: 2016-10-13 15:23
Here this is a patch to added vietnamese codec tcvn. I am not sure about the name of the codecs...tcvn5712, tcvn5712_3 ?
test_xml_etree, test_codesc, test_unicode is running. Is it enough for the doc?
msg279137 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2016-10-21 15:43
Since no Unicode mapping table is found at the Unicode website, we need at least the link to public official document that specifies the encoding.

If VN3 is a subset of VN2, which itself is a subset of VN1, VN1 definitely looks the most preferable choice for including in Python distribution. Especially if it was chosen by other popular software.
msg279149 - (view) Author: Antti Haapala (ztane) * Date: 2016-10-21 20:03
I found the full document on SlideShare: http://www.slideshare.net/sacobat/tcvn-5712-1993-cng-ngh-thng-tin-b-m-chun-8bit-k-t-vit-dng-trong-trao-i-thng-tin 

As far as I can understand, they're "subsets" of each other only in the sense that VN1 has the widest mapping of characters, but this also partially overlaps with C0 and C1 ranges of control characters in ISO code pages - there are 139 additional characters!

VN2 then lets the C0 and C1 retain the meanings of ISO-8859 by sacrificing some capital vowels (Ezio perhaps remembers that Italy is Ý in Vietnamese - sorry, can't write it in upper case in VN2). VN3 then sacrifices even more for some more spaces left for possibly application-specific uses (the standard is very vague about that); 

The text of the standard is copy-pasteable at http://luatvn.net/tieu-chuan-viet-nam/tieu-chuan-viet-nam-tcvn5712_1993.2.171673.html - however, it lacks some of the tables.

The standard additionally has both UCS-2 mappings and Unicode names of the characters, but they're in pictures; so it would be preferable to get the mapping from the iconv output, say.
msg279151 - (view) Author: Antti Haapala (ztane) * Date: 2016-10-21 21:02
Ah there was something that I overlooked before - the VN1 and VN2 both have combining accents too. If I read correctly, the main letter should precede the combining character, just as in Unicode; VN3 seems to lack combining characters altogether.

Thus, for simple text conversion from VN* to Unicode, VN1 should be enough, but some VN2/VN3 control/application specific codes might show up as accented capital letters.

---

The following script rips the table from iconv:

    import subprocess
    mapping = subprocess.run('iconv -f TCVN -t UTF-8'.split(), 
                             input=bytes(range(256)), 
                             stdout=subprocess.PIPE).stdout.decode()

There were several aliases but all of them seemed to produce identical output. Output matches the VN1 from the tables.

And the luatvn.net additionally *did* have a copyable VN1 - UCS2 table
msg320615 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-06-27 20:35
Google Translate of msg320603 :-)

As far as I can understand, we are "subset" of each other only in the sense that VN1 have extensive map of the characters, but it also overlaps partially with control characters C0 and C1 in the page ISO code - 139 additional characters!

VN2 then let C0 and C1 retained the meaning of ISO-8859 by sacrificing some vowels (Ezio probably remember that Italy is Italy in Vietnamese - sorry, can not write it in upper case in VN2 ). VN3 then sacrifice more for some of the remaining space can be used for specific applications (standard is very vague about it);

Of standard text can be copied at https://sondandung.com & http://songiaco.com - however, the text lacks some tables.

The additional criteria including UCS-2 mapping and Unicode names of the characters, but they are in the picture; therefore, it would be preferable to get a map from the output iconv, said.
msg367518 - (view) Author: Antti Haapala (ztane) * Date: 2020-04-28 11:29
The messages above seem to be a (quite likely a machine) translation of André's comment with a spam link to a paint ad site, so no need to bother to translate it.

Also, I invited Hiếu to the nosy list in case this patch needs some info that requires a native Vietnamese reader, to push this forward ;)
msg367519 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2020-04-28 11:34
I have marked the messages as spam. Can't seem to remove them, though.
msg367520 - (view) Author: Marc-Andre Lemburg (lemburg) * (Python committer) Date: 2020-04-28 11:35
Found an "Unlink" bottom at the bottom of the message view. This appears to remove the messages from the issue.
History
Date User Action Args
2022-04-11 14:58:00adminsetgithub: 65280
2020-04-28 12:48:12vstinnersetnosy: - vstinner
2020-04-28 11:35:56lemburgsetmessages: + msg367520
2020-04-28 11:35:22lemburgsetmessages: - msg367515
2020-04-28 11:35:19lemburgsetmessages: - msg320603
2020-04-28 11:35:14lemburgsetmessages: - msg367514
2020-04-28 11:34:34lemburgsetmessages: + msg367519
2020-04-28 11:29:26ztanesetmessages: + msg367518
2020-04-28 11:20:13hieu.nguyensetnosy: + hieu.nguyen
2020-04-28 10:08:35son_lotussetmessages: + msg367515
2020-04-28 10:07:40son_lotussetnosy: + son_lotus
messages: + msg367514
2018-06-27 20:35:50vstinnersetmessages: + msg320615
2018-06-27 17:59:59sondecorpaintsetnosy: + sondecorpaint
messages: + msg320603
2016-10-21 21:02:40ztanesetmessages: + msg279151
2016-10-21 20:03:23ztanesetnosy: + ztane
messages: + msg279149
2016-10-21 15:43:25serhiy.storchakasetstage: needs patch -> patch review
messages: + msg279137
versions: + Python 3.7, - Python 3.5
2016-10-13 15:23:52matorbansetfiles: + issue21081.patch

nosy: + matorban
messages: + msg278581

keywords: + patch
2014-10-29 19:31:59serhiy.storchakasetmessages: + msg230235
2014-10-29 19:16:09lemburgsetmessages: + msg230232
2014-10-29 04:57:53progfousetfiles: - vntime_tcvn.py
2014-10-29 00:40:56progfousetmessages: + msg230193
2014-10-29 00:36:55progfousetmessages: + msg230192
2014-10-29 00:06:11progfousetfiles: + TCVN5712-3.TXT
2014-10-29 00:06:01progfousetfiles: + TCVN5712-2.TXT
2014-10-29 00:05:50progfousetfiles: + TCVN5712-1.TXT
2014-10-28 14:29:56jwilksetnosy: + jwilk
2014-10-20 17:31:23progfousetmessages: + msg229736
2014-10-20 16:50:51serhiy.storchakalinkissue22679 dependencies
2014-10-05 18:31:10serhiy.storchakasetnosy: + serhiy.storchaka

stage: needs patch
2014-03-28 14:19:27progfousetmessages: + msg215047
2014-03-28 13:18:38lemburgsetmessages: + msg215043
2014-03-28 12:41:03progfousetmessages: + msg215041
2014-03-28 10:11:00lemburgsetmessages: + msg215033
versions: + Python 3.5, - Python 2.7, Python 3.2
2014-03-28 10:09:56lemburgsetnosy: + lemburg
messages: + msg215032
2014-03-28 01:38:41progfoucreate