bugGNU Teseq - Bugs: bug #38882, Add option to include UTF-8 chars...

 
 

bug #38882: Add option to include UTF-8 chars within text sections.

Submitter:  Micah Cowan <micahcowan>
Submitted:  Fri 03 May 2013 08:50:03 PM UTC
   
 
Severity:  4 - Important Priority:  * 5 - Normal
Status:  None Assigned to:  micahcowan
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 11 Aug 2015 11:43:55 PM UTC, comment #1: 

Some awareness of the UTF-8 codes being used will likely be necessary. In particular, if we're in the midst of RTL mode, we need to switch it back out to LTR to close out the line and start the next, etc.

Some awareness of character width I suppose, too, to keep the column count correct, and not separating modifiers with their following characters. Most especially, not stopping in the middle of byte-sequence for a single character (which is every char outside of ASCII, but that's easy as the encoding itself makes it very clear when the end of the sequence is reached).

Micah Cowan <micahcowan>
Group administrator
Fri 03 May 2013 08:50:03 PM UTC, original submission:  

When viewing UTF-8 encoded text, Teseq hinders more than it helps, showing characters as their hex code sequences instead of displaying inline. This is the safest course for when we don't know what encoding the reader supports; but we should allow the user to specify that UTF-8 code should be treated as text.

Will need to distinguish from proper UTF-8, and high-bit bytes that might be intended as controls.

Micah Cowan <micahcowan>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by micahcowan (Submitted the item)
  •  

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code