We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9decf4c commit 2c9f28eCopy full SHA for 2c9f28e
lib/elixir/unicode/unicode.ex
@@ -10,7 +10,6 @@ end
10
11
defmodule String.Unicode do
12
@moduledoc false
13
- @compile {:debug_info, false}
14
def version, do: {7, 0, 0}
15
16
data_path = Path.join(__DIR__, "UnicodeData.txt")
@@ -205,7 +204,6 @@ end
205
204
206
defmodule String.Graphemes do
207
208
209
210
cluster_path = Path.join(__DIR__, "GraphemeBreakProperty.txt")
211
regex = ~r/(?:^([0-9A-F]+)(?:\.\.([0-9A-F]+))?)\s+;\s(\w+)/m
@@ -415,7 +413,6 @@ end
415
413
416
414
defmodule String.Normalizer do
417
418
419
420
decomposition_path = Path.join(__DIR__, "Decomposition.txt")
421
0 commit comments