Re: [julia-users] Char(120) from the latest manual doesn't work in julia version 0.3.11

2015-10-04 Thread Roman Sinayev
Makes sense. Thanks a bunch. On Sunday, October 4, 2015 at 12:10:55 AM UTC-7, Milan Bouchet-Valat wrote: > > Le samedi 03 octobre 2015 à 23:27 -0700, Roman Sinayev a écrit : > > I am using julia version 0.3.11 from the Ubuntu ppa. > > > > When I try to convert an integer to a char, it fails wit

Re: [julia-users] Char(120) from the latest manual doesn't work in julia version 0.3.11

2015-10-04 Thread Milan Bouchet-Valat
Le samedi 03 octobre 2015 à 23:27 -0700, Roman Sinayev a écrit : > I am using julia version 0.3.11 from the Ubuntu ppa. > > When I try to convert an integer to a char, it fails with > > julia> Char(120) > ERROR: type cannot be constructed > > This is an example from > http://julia.readthedocs.

[julia-users] Char(120) from the latest manual doesn't work in julia version 0.3.11

2015-10-03 Thread Roman Sinayev
I am using julia version 0.3.11 from the Ubuntu ppa. When I try to convert an integer to a char, it fails with julia> Char(120) ERROR: type cannot be constructed This is an example from http://julia.readthedocs.org/en/latest/manual/strings/#characters The reason I'm trying to do that is beca