lib: Changes in the way ascii is coded and its semantics.
authorLucas Bajolet <r4pass@hotmail.com>
Wed, 16 Sep 2015 17:55:08 +0000 (13:55 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Mon, 21 Sep 2015 17:09:35 +0000 (13:09 -0400)
commit71886eb0226af1caec7c951b86d47852948c4779
treeac26c8656efc526c1a12afbca0d401654941c95a
parentaad809c556004ed2e74be01d7346d3629877d8fa
lib: Changes in the way ascii is coded and its semantics.

Old ascii method is replaced by code_point, which returns the Unicode code-point value of a Char

ascii now returns a byte and requires a <= 127 code_point to work properly

Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>
lib/core/kernel.nit
src/compiler/abstract_compiler.nit