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 8070741 commit 9df6d27Copy full SHA for 9df6d27
src/codepoint.nim
@@ -2,9 +2,9 @@ import unicode, strutils
2
3
const
4
version = """codepoint version 1.0.0
5
-Copyright (c) 2019 jiro4989
+Copyright (c) 2020 jiro4989
6
Released under the MIT License.
7
-https://github.com/jiro4989/clitools"""
+https://github.com/jiro4989/codepoint"""
8
9
iterator genCpRow(line: string, delimiter: string): string =
10
for ch in line.toRunes:
0 commit comments