X-Git-Url: http://nitlanguage.org diff --git a/lib/buffered_ropes.nit b/lib/buffered_ropes.nit index 1f92337..fcc90c7 100644 --- a/lib/buffered_ropes.nit +++ b/lib/buffered_ropes.nit @@ -22,7 +22,7 @@ # and reallocations when concatenating `String` objects. module buffered_ropes -intrude import standard::text::ropes +intrude import core::text::ropes # Hidden buffer, used to simulate a `FlatBuffer` on a short string. # @@ -109,7 +109,7 @@ private class Leaf redef fun substrings do return new LeafSubstrings(self) - redef fun [](i) do return buf[i].to_i.ascii + redef fun [](i) do return buf[i].to_i.code_point init do bns = buf.ns