public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/2681] New: BRF encoding (braille)
@ 2006-05-21 21:48 samuel dot thibault at ens-lyon dot org
  2006-05-21 21:48 ` [Bug libc/2681] " samuel dot thibault at ens-lyon dot org
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: samuel dot thibault at ens-lyon dot org @ 2006-05-21 21:48 UTC (permalink / raw)
  To: glibc-bugs

BRF (Braille Format), aka ASCII Braille, is a usual way of encoding formated braille texts, ready to submit to a braille embosser.  One can find a lot of .brf file on internet, so it would be very helpful to have this encoding in iconv.  Attached is a simple table-based implementation (not tested, but generated from brltty tools) with a test-case (written by hand and tested with brltty tools).

-- 
           Summary: BRF encoding (braille)
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: samuel dot thibault at ens-lyon dot org
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=2681

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/2681] BRF encoding (braille)
  2006-05-21 21:48 [Bug libc/2681] New: BRF encoding (braille) samuel dot thibault at ens-lyon dot org
@ 2006-05-21 21:48 ` samuel dot thibault at ens-lyon dot org
  2006-05-21 21:49 ` samuel dot thibault at ens-lyon dot org
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: samuel dot thibault at ens-lyon dot org @ 2006-05-21 21:48 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From samuel dot thibault at ens-lyon dot org  2006-05-21 21:48 -------
Created an attachment (id=1037)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1037&action=view)
libc/localedata/charmaps/BRF


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2681

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/2681] BRF encoding (braille)
  2006-05-21 21:48 [Bug libc/2681] New: BRF encoding (braille) samuel dot thibault at ens-lyon dot org
  2006-05-21 21:48 ` [Bug libc/2681] " samuel dot thibault at ens-lyon dot org
@ 2006-05-21 21:49 ` samuel dot thibault at ens-lyon dot org
  2006-05-21 21:51 ` samuel dot thibault at ens-lyon dot org
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: samuel dot thibault at ens-lyon dot org @ 2006-05-21 21:49 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From samuel dot thibault at ens-lyon dot org  2006-05-21 21:49 -------
Created an attachment (id=1038)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1038&action=view)
libc/iconvdata/brf.c


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2681

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/2681] BRF encoding (braille)
  2006-05-21 21:48 [Bug libc/2681] New: BRF encoding (braille) samuel dot thibault at ens-lyon dot org
  2006-05-21 21:48 ` [Bug libc/2681] " samuel dot thibault at ens-lyon dot org
  2006-05-21 21:49 ` samuel dot thibault at ens-lyon dot org
@ 2006-05-21 21:51 ` samuel dot thibault at ens-lyon dot org
  2006-05-21 21:51 ` samuel dot thibault at ens-lyon dot org
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: samuel dot thibault at ens-lyon dot org @ 2006-05-21 21:51 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From samuel dot thibault at ens-lyon dot org  2006-05-21 21:50 -------
Created an attachment (id=1039)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1039&action=view)
libc/iconvdata/testdata/BRF

Testcase for usual BRF range (0x20-0x5f)


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2681

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/2681] BRF encoding (braille)
  2006-05-21 21:48 [Bug libc/2681] New: BRF encoding (braille) samuel dot thibault at ens-lyon dot org
                   ` (2 preceding siblings ...)
  2006-05-21 21:51 ` samuel dot thibault at ens-lyon dot org
@ 2006-05-21 21:51 ` samuel dot thibault at ens-lyon dot org
  2006-05-21 21:53 ` samuel dot thibault at ens-lyon dot org
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: samuel dot thibault at ens-lyon dot org @ 2006-05-21 21:51 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From samuel dot thibault at ens-lyon dot org  2006-05-21 21:51 -------
Created an attachment (id=1040)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1040&action=view)
libc/iconvdata/testdata/BRF..UTF8

Result of conversion of the previously-attached testcase into UTF-8


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2681

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/2681] BRF encoding (braille)
  2006-05-21 21:48 [Bug libc/2681] New: BRF encoding (braille) samuel dot thibault at ens-lyon dot org
                   ` (3 preceding siblings ...)
  2006-05-21 21:51 ` samuel dot thibault at ens-lyon dot org
@ 2006-05-21 21:53 ` samuel dot thibault at ens-lyon dot org
  2006-05-21 21:59 ` samuel dot thibault at ens-lyon dot org
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: samuel dot thibault at ens-lyon dot org @ 2006-05-21 21:53 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1040|text/plain                  |text/plain; charset=utf-8
          mime type|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=2681

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/2681] BRF encoding (braille)
  2006-05-21 21:48 [Bug libc/2681] New: BRF encoding (braille) samuel dot thibault at ens-lyon dot org
                   ` (4 preceding siblings ...)
  2006-05-21 21:53 ` samuel dot thibault at ens-lyon dot org
@ 2006-05-21 21:59 ` samuel dot thibault at ens-lyon dot org
  2006-05-23 22:46 ` samuel dot thibault at ens-lyon dot org
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: samuel dot thibault at ens-lyon dot org @ 2006-05-21 21:59 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From samuel dot thibault at ens-lyon dot org  2006-05-21 21:59 -------
Note: there are duplicates.

Strict BRF only defines 0x00-0x5f: 0x00-0x1f for usual ascii commands,
and 0x20-05f is bijective with 6-dots patterns.

In addition to that, a-z{}|~`\x7f are usually defined as I described
in the table because it often happens that .brf files (erroneously)
include some of them.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2681

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/2681] BRF encoding (braille)
  2006-05-21 21:48 [Bug libc/2681] New: BRF encoding (braille) samuel dot thibault at ens-lyon dot org
                   ` (5 preceding siblings ...)
  2006-05-21 21:59 ` samuel dot thibault at ens-lyon dot org
@ 2006-05-23 22:46 ` samuel dot thibault at ens-lyon dot org
  2006-05-23 22:47 ` samuel dot thibault at ens-lyon dot org
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: samuel dot thibault at ens-lyon dot org @ 2006-05-23 22:46 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From samuel dot thibault at ens-lyon dot org  2006-05-23 22:46 -------
Mmm, thanks to a debian snapshot, I could realize that duplicates pose problem. Here are files without duplicates, which actually got tested. 

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2681

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/2681] BRF encoding (braille)
  2006-05-21 21:48 [Bug libc/2681] New: BRF encoding (braille) samuel dot thibault at ens-lyon dot org
                   ` (6 preceding siblings ...)
  2006-05-23 22:46 ` samuel dot thibault at ens-lyon dot org
@ 2006-05-23 22:47 ` samuel dot thibault at ens-lyon dot org
  2006-05-23 22:48 ` samuel dot thibault at ens-lyon dot org
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: samuel dot thibault at ens-lyon dot org @ 2006-05-23 22:47 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From samuel dot thibault at ens-lyon dot org  2006-05-23 22:47 -------
Created an attachment (id=1043)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1043&action=view)
libc/localedata/charmaps/BRF


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #1037 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=2681

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/2681] BRF encoding (braille)
  2006-05-21 21:48 [Bug libc/2681] New: BRF encoding (braille) samuel dot thibault at ens-lyon dot org
                   ` (7 preceding siblings ...)
  2006-05-23 22:47 ` samuel dot thibault at ens-lyon dot org
@ 2006-05-23 22:48 ` samuel dot thibault at ens-lyon dot org
  2006-05-23 22:49 ` samuel dot thibault at ens-lyon dot org
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: samuel dot thibault at ens-lyon dot org @ 2006-05-23 22:48 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From samuel dot thibault at ens-lyon dot org  2006-05-23 22:48 -------
Created an attachment (id=1044)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1044&action=view)
libc/iconvdata/testdata/BRF


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #1039 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=2681

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/2681] BRF encoding (braille)
  2006-05-21 21:48 [Bug libc/2681] New: BRF encoding (braille) samuel dot thibault at ens-lyon dot org
                   ` (8 preceding siblings ...)
  2006-05-23 22:48 ` samuel dot thibault at ens-lyon dot org
@ 2006-05-23 22:49 ` samuel dot thibault at ens-lyon dot org
  2006-05-23 22:49 ` samuel dot thibault at ens-lyon dot org
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: samuel dot thibault at ens-lyon dot org @ 2006-05-23 22:49 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From samuel dot thibault at ens-lyon dot org  2006-05-23 22:49 -------
Created an attachment (id=1045)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1045&action=view)
libc/iconvdata/testdata/BRF..UTF8


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #1040 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=2681

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/2681] BRF encoding (braille)
  2006-05-21 21:48 [Bug libc/2681] New: BRF encoding (braille) samuel dot thibault at ens-lyon dot org
                   ` (9 preceding siblings ...)
  2006-05-23 22:49 ` samuel dot thibault at ens-lyon dot org
@ 2006-05-23 22:49 ` samuel dot thibault at ens-lyon dot org
  2006-12-08  2:41 ` samuel dot thibault at ens-lyon dot org
  2007-01-20  0:24 ` drepper at redhat dot com
  12 siblings, 0 replies; 14+ messages in thread
From: samuel dot thibault at ens-lyon dot org @ 2006-05-23 22:49 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1045|text/plain                  |text/plain; charset=utf-8
          mime type|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=2681

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/2681] BRF encoding (braille)
  2006-05-21 21:48 [Bug libc/2681] New: BRF encoding (braille) samuel dot thibault at ens-lyon dot org
                   ` (10 preceding siblings ...)
  2006-05-23 22:49 ` samuel dot thibault at ens-lyon dot org
@ 2006-12-08  2:41 ` samuel dot thibault at ens-lyon dot org
  2007-01-20  0:24 ` drepper at redhat dot com
  12 siblings, 0 replies; 14+ messages in thread
From: samuel dot thibault at ens-lyon dot org @ 2006-12-08  2:41 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From samuel dot thibault at ens-lyon dot org  2006-12-08 02:41 -------
Any remaining problem on this?  This charset just got registered by IANA. 

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2681

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

* [Bug libc/2681] BRF encoding (braille)
  2006-05-21 21:48 [Bug libc/2681] New: BRF encoding (braille) samuel dot thibault at ens-lyon dot org
                   ` (11 preceding siblings ...)
  2006-12-08  2:41 ` samuel dot thibault at ens-lyon dot org
@ 2007-01-20  0:24 ` drepper at redhat dot com
  12 siblings, 0 replies; 14+ messages in thread
From: drepper at redhat dot com @ 2007-01-20  0:24 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2007-01-20 00:24 -------
I've added the files and the required infrastructure changes upstream.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=2681

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2007-01-20  0:24 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-21 21:48 [Bug libc/2681] New: BRF encoding (braille) samuel dot thibault at ens-lyon dot org
2006-05-21 21:48 ` [Bug libc/2681] " samuel dot thibault at ens-lyon dot org
2006-05-21 21:49 ` samuel dot thibault at ens-lyon dot org
2006-05-21 21:51 ` samuel dot thibault at ens-lyon dot org
2006-05-21 21:51 ` samuel dot thibault at ens-lyon dot org
2006-05-21 21:53 ` samuel dot thibault at ens-lyon dot org
2006-05-21 21:59 ` samuel dot thibault at ens-lyon dot org
2006-05-23 22:46 ` samuel dot thibault at ens-lyon dot org
2006-05-23 22:47 ` samuel dot thibault at ens-lyon dot org
2006-05-23 22:48 ` samuel dot thibault at ens-lyon dot org
2006-05-23 22:49 ` samuel dot thibault at ens-lyon dot org
2006-05-23 22:49 ` samuel dot thibault at ens-lyon dot org
2006-12-08  2:41 ` samuel dot thibault at ens-lyon dot org
2007-01-20  0:24 ` drepper at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).