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 1e6bf8f commit 57d7441Copy full SHA for 57d7441
1 file changed
braillove-case-collector/converter.py
@@ -14,6 +14,9 @@ def main():
14
if inp[i] == "{":
15
output_num += "42"
16
output_braille += braille[42]
17
+ elif inp[i] == "}":
18
+ output_num += "59"
19
+ output_braille += braille[59]
20
elif inp[i] == "@":
21
output_num += "8"
22
output_braille += braille[8]
0 commit comments