Skip to content

Commit

Permalink
Add update on is_valid_char
Browse files Browse the repository at this point in the history
This is per JuliaLang#11171
  • Loading branch information
ScottPJones authored and mbauman committed Jun 5, 2015
1 parent 83bbace commit c879cd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ Library improvements
* `charwidth(c)` and `strwidth(s)` now return up-to-date cross-platform
results (via utf8proc) ([#10659]): Julia now likes pizza ([#3721]), but some terminals still don't.

* `is_valid_char(c)` now correctly handles Unicode "non-characters", which are valid Unicode codepoints.

* Array and AbstractArray improvements

* New multidimensional iterators and index types for efficient iteration over `AbstractArray`s. Array iteration should generally be written as `for i in eachindex(A) ... end` rather than `for i = 1:length(A) ... end`. ([#8432])
Expand Down

0 comments on commit c879cd4

Please sign in to comment.