BRF
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) |
||
Line 4: | Line 4: | ||
|extensions={{ext|brf}} | |extensions={{ext|brf}} | ||
}} | }} | ||
− | '''[[BRF]]''' is a format for saving [[Braille]] text in [[ASCII]] form for computerized transmission, using various ASCII characters to represent the Braille symbols. The files will generally look like gibberish to those unfamiliar with the format, but since only normal ASCII characters are used the file can be transmitted just like any text file, not requiring any special binary handling. | + | '''[[BRF]]''' is a format for saving [[Braille]] text in [[ASCII]] form for computerized transmission, using various ASCII characters to represent the Braille symbols. The files will generally look like gibberish to those unfamiliar with the format (with some familiar letters surrounded by other symbols that aren't so familiar), but since only normal ASCII characters are used the file can be transmitted just like any text file, not requiring any special binary handling. |
== Links == | == Links == | ||
Line 11: | Line 11: | ||
* [http://www.dotlessbraille.org/view.htm Sighted Viewing of Plain Braille Files] | * [http://www.dotlessbraille.org/view.htm Sighted Viewing of Plain Braille Files] | ||
* [http://www.duxburysystems.com/documentation/dbt11.1/brf_files.htm Importing BRF files into DBT] | * [http://www.duxburysystems.com/documentation/dbt11.1/brf_files.htm Importing BRF files into DBT] | ||
+ | * [http://www.cra-arc.gc.ca/E/pbg/tf/t2201/t2201-12e.brf Sample file (something to do with Canadian taxes)] |
Revision as of 17:13, 12 October 2013
BRF is a format for saving Braille text in ASCII form for computerized transmission, using various ASCII characters to represent the Braille symbols. The files will generally look like gibberish to those unfamiliar with the format (with some familiar letters surrounded by other symbols that aren't so familiar), but since only normal ASCII characters are used the file can be transmitted just like any text file, not requiring any special binary handling.