On Tue, Oct 25, 2016 at 12:23 PM, Xiao-Yong Jin <[email protected]> wrote:
>> On Oct 25, 2016, at 11:05 AM, Don Guinn <[email protected]> wrote:
>> Look how hard it was to display boxed UTF-8 properly. Yet the old code
>> would have probably worked by simply adding a convert to wide, build the
>> boxed display, then back to UTF-8.
>
> It's difficult because different character class has different widths,
> along with combining marks and right-to-left ordering.  It's not an issue
> of encoding.

Those are also issues, in addition to the encoding issue.

A related problem, though, is OS support. If the standard specifies
one thing and the OS implemented behavior is different, you've got a
problem. This gets even worse if the devices hooked up to the OS
behave differently from each other.

If that happens, at some point you just "live with the problem" (which
mostly, but not entirely, means not using that stuff).

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to