GNU ed 1.6 released
GNU ed 1.6 released
Posted Jan 3, 2012 0:56 UTC (Tue) by Karellen (subscriber, #67644)In reply to: GNU ed 1.6 released by geuder
Parent article: GNU ed 1.6 released
Anyway, whatever that wikipedia article means, it's kind of a red herring, as "ed" being 8-bit clean means that it can handle both 8 bit character sets (e.g. ISO-8859-*) and 8-bit character encodings (e.g. UTF-8).
Posted Jan 3, 2012 19:39 UTC (Tue)
by blitzkrieg3 (guest, #57873)
[Link] (1 responses)
Posted Jan 3, 2012 20:01 UTC (Tue)
by khim (subscriber, #9252)
[Link]
UTF-8 is not just run-of-the-mill variable-length encoding. Ken Thompson modified original IBM's proposal to make sure most algorithms which treat strings as sequence of 8-bit characters were still usable with UTF-8. This means that yes, you can easily use UTF-8 with programs like GNU ED or GNU M4 which know absolutely nothing about UTF-8 but correctly support 8bit characters in strings.
GNU ed 1.6 released
This is not true...
