Bug 1872 - ISO/TR 11548-1 encoding (braille)
Summary: ISO/TR 11548-1 encoding (braille)
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: libc (show other bugs)
Version: 2.3.6
: P2 enhancement
Target Milestone: ---
Assignee: Ulrich Drepper
URL:
Keywords:
: 1873 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-11-15 23:09 UTC by Samuel Thibault
Modified: 2016-05-17 18:25 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments
libc/localedata/charmaps/ISO_11548-1 (1.67 KB, text/plain)
2005-11-15 23:12 UTC, Samuel Thibault
Details
libc/iconvdata/iso_11548-1.c (1.12 KB, text/plain)
2005-11-15 23:13 UTC, Samuel Thibault
Details
libc/iconvdata/testdata/ISO_11548-1 (267 bytes, text/plain)
2005-11-15 23:15 UTC, Samuel Thibault
Details
libc/iconvdata/testdata/ISO_11548-1..UTF8 (434 bytes, text/plain)
2005-11-15 23:16 UTC, Samuel Thibault
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Thibault 2005-11-15 23:09:29 UTC
Hi,

The ISO/TR 11548-1 standard defines a way to encode braille dot patterns as 8bit values. It would be useful to add this encoding to iconv, so as to be able to convert from that encoding to unicode (and backward). I will attach some implementation (not tested, but testcase provided).
Comment 1 Samuel Thibault 2005-11-15 23:12:23 UTC
Created attachment 759 [details]
libc/localedata/charmaps/ISO_11548-1
Comment 2 Samuel Thibault 2005-11-15 23:13:31 UTC
Created attachment 760 [details]
libc/iconvdata/iso_11548-1.c
Comment 3 Samuel Thibault 2005-11-15 23:15:17 UTC
Created attachment 761 [details]
libc/iconvdata/testdata/ISO_11548-1

Thorough testcase of all braille dot patterns (0x00 (no dot) - 0xff (all dots))
Comment 4 Samuel Thibault 2005-11-15 23:16:25 UTC
Created attachment 762 [details]
libc/iconvdata/testdata/ISO_11548-1..UTF8

Result of conversion of the previously-attached testcase into UTF-8
Comment 5 Samuel Thibault 2005-11-15 23:18:08 UTC
Note: feel free to correct the name of the charset: standards say "ISO/TR 11548-1", which I abbreviated to ISO 11548-1, but I may be wrong.
Comment 6 Samuel Thibault 2005-11-15 23:19:34 UTC
*** Bug 1873 has been marked as a duplicate of this bug. ***
Comment 7 Ulrich Drepper 2005-11-16 08:16:42 UTC
I added the files and the needed other changes.