Thread overview
[Issue 7084] Missing writeln Unicode normalization
May 22, 2014
Behnam Esfahbod
Oct 17, 2016
anonymous4
Dec 17, 2022
Iain Buclaw
May 22, 2014
https://issues.dlang.org/show_bug.cgi?id=7084

Behnam Esfahbod <dlang@behnam.es> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dlang@behnam.es

--
October 15, 2016
https://issues.dlang.org/show_bug.cgi?id=7084

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |andrei@erdani.com

--
October 15, 2016
https://issues.dlang.org/show_bug.cgi?id=7084

--- Comment #4 from hsteoh@quickfur.ath.cx ---
@andralex: Are you sure this bug qualifies for 'bootcamp'? Unicode normalization is highly-nontrivial, and requires significant effort to support correctly, and will probably involve multiple modules (at least std.uni and std.stdio, perhaps also std.utf). Plus, deciding which normalization scheme(s) to default to is a decision that can only be made with more experience with the language and community.

--
October 17, 2016
https://issues.dlang.org/show_bug.cgi?id=7084

anonymous4 <dfj1esp02@sneakemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=2742

--- Comment #5 from anonymous4 <dfj1esp02@sneakemail.com> ---
This can have the same problem as issue 2742: normalizing it always may be not what one wants, and detecting console is problematic. Also AFAIK not all characters have precomposed variants.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=7084

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4

--