Skip to content

Commit

Permalink
Changed isPrint for U+00AD SOFT HYPHEN to return true.
Browse files Browse the repository at this point in the history
Summary:
This is consistent with MacOSX implementation, and most terminals
actually display this character (checked on gnome-terminal, lxterminal, lxterm,
Terminal.app, iterm2). Actually, this is in line with the ISO Latin 1 standard
(ISO 8859-1), which defines it differently from the Unicode Standard. More
information here: http://www.cs.tut.fi/~jkorpela/shy.html

Reviewers: gribozavr, jordan_rose

CC: llvm-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D1310

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187949 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
alexfh committed Aug 8, 2013
1 parent bf473e2 commit 6cd4f2a
Show file tree
Hide file tree
Showing 2 changed files with 193 additions and 187 deletions.
Loading

0 comments on commit 6cd4f2a

Please sign in to comment.