質問編集履歴
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -26,6 +26,8 @@
|
|
26
26
|
|
27
27
|
|
28
28
|
|
29
|
+
|
30
|
+
|
29
31
|
```ターミナル
|
30
32
|
|
31
33
|
$ cat text |python -c 'from sys import stdin; print stdin.readline().decode("unicode-escape")' > text2
|
@@ -39,6 +41,10 @@
|
|
39
41
|
```
|
40
42
|
|
41
43
|
コピーするとエラーが発生
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
42
48
|
|
43
49
|
|
44
50
|
|
@@ -58,6 +64,8 @@
|
|
58
64
|
|
59
65
|
|
60
66
|
|
67
|
+
|
68
|
+
|
61
69
|
文字コードをエンコードして保存したいのですが、何か方法はありませんか?
|
62
70
|
|
63
71
|
|